[ocl] 20/23: Added logging library

Leopold Palomo-Avellaneda leo at alaxarxa.net
Wed Apr 15 11:42:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ocl.

commit 4e977a83559e8916e884745ec5bfab10b708b78d
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Wed Apr 15 11:52:08 2015 +0200

    Added logging library
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b9ee2b0..cb2e11e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,14 +30,14 @@ override_dh_auto_configure:
 	mkdir -p dbuild.gnulinux
 	dh_auto_configure --builddirectory=dbuild.gnulinux -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 	-DBUILD_REPORTING_NETCDF=ON \
-	-DBUILD_LOGGING=OFF \
+	-DBUILD_LOGGING=ON \
 	-DBUILD_LUA_RTT=ON \
 	-DOROCOS_TARGET=gnulinux
 ifeq ($(BUILD_TARGET),gnuxen)
 	mkdir -p dbuild.xenomai
 	dh_auto_configure --builddirectory=dbuild.xenomai -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 	-DBUILD_REPORTING_NETCDF=ON \
-	-DBUILD_LOGGING=OFF \
+	-DBUILD_LOGGING=ON \
 	-DBUILD_LUA_RTT=ON \
 	-DOROCOS_TARGET=xenomai
 endif	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/ocl.git



More information about the debian-science-commits mailing list