[SCM] toonloop/master: Specify boost libraries by name to configure
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Thu Mar 6 21:15:25 UTC 2014
The following commit has been merged in the master branch:
commit c16dd680599ef02b0c39dba9213a4f6839acd8ff
Author: Felipe Sateler <fsateler at debian.org>
Date: Thu Mar 6 17:27:31 2014 -0300
Specify boost libraries by name to configure
Otherwise for some reason the macros can't find them
diff --git a/debian/rules b/debian/rules
index 6cff374..dfcb2c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,3 +38,11 @@ CXXFLAGS += $(if $(filter big,$(DEB_BUILD_ARCH_ENDIAN)),-D__BIG_ENDIAN__,-D__LIT
LDFLAGS+=-Wl,--as-needed
DEB_MAKE_CHECK_TARGET = check
+
+DEB_CONFIGURE_EXTRA_FLAGS += \
+ --with-boost-program-options=boost_program_options \
+ --with-boost-filesystem=boost_filesystem \
+ --with-boost-thread=boost_thread \
+ --with-boost-date-time=boost_date_time \
+ --with-boost-system=boost_system \
+
--
toonloop packaging
More information about the pkg-multimedia-commits
mailing list