[ecflow] 11/50: Use shared boost libs
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository ecflow.
commit 9047e25882564e0f2d762cbae3d719e17ce95a5b
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Mar 17 08:09:57 2017 +0000
Use shared boost libs
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index f78d7d3..3f80426 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ export DH_VERBOSE=1
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -DNO_REGEXP
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+# CXXFLAGS:= $(shell dpkg-buildflags --get CXXFLAGS) -std=c++11
DESTDIR:=`pwd`/debian/tmp/
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
@@ -18,4 +19,5 @@ override_dh_auto_configure:
-DCMAKE_BUILD_TYPE=Release \
-DBOOST_INCLUDEDIR=/usr/include \
-DBOOSTROOT=$(LIBDIR) \
+ -DENABLE_STATIC_BOOST_LIBS=OFF \
-DCMAKE_C_CFLAGS="${CFLAGS} ${LDFLAGS}"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git
More information about the debian-science-commits
mailing list