[SCM] C++ library of signal processing and communication routines branch, master, updated. debian/4.2-4-20-g360ece5

Kumar Appaiah akumar at debian.org
Sun Jun 2 19:43:18 UTC 2013


The following commit has been merged in the master branch:
commit f83f0b194162f4ce5ceb18d8969240b5598a156a
Author: Kumar Appaiah <akumar at debian.org>
Date:   Sun Jun 2 00:20:22 2013 -0400

    Pass CPPFLAGS along with CXXFLAGS

diff --git a/debian/rules b/debian/rules
index f9f25e2..3a1f8c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEBUG_PACKAGE = $(shell awk '/^Package/ && /-dbg *$$/ { print $$2 }' debian/cont
 
 override_dh_auto_configure:
 	mkdir -p build
-	(cd build && cmake .. -DCMAKE_CXX_FLAGS="" -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS)" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON -DGTEST_DIR=/usr/src/gtest -DHTML_DOCS=off)
+	(cd build && cmake .. -DCMAKE_CXX_FLAGS="" -DCMAKE_CXX_FLAGS_RELEASE="$(CPPFLAGS) $(CXXFLAGS)" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=ON -DGTEST_DIR=/usr/src/gtest -DHTML_DOCS=off)
 
 override_dh_auto_build-arch:
 	dh_auto_build --builddirectory=build -- itpp

-- 
C++ library of signal processing and communication routines



More information about the debian-science-commits mailing list