[pkg-boost-commits] r13917 - boost/branches/debian-1.33.0/debian
Domenico Andreoli
cavok at costa.debian.org
Tue Dec 20 21:10:04 UTC 2005
Author: cavok
Date: 2005-12-20 21:10:03 +0000 (Tue, 20 Dec 2005)
New Revision: 13917
Modified:
boost/branches/debian-1.33.0/debian/rules
Log:
first working -mlong-calls use
Modified: boost/branches/debian-1.33.0/debian/rules
===================================================================
--- boost/branches/debian-1.33.0/debian/rules 2005-12-20 20:52:12 UTC (rev 13916)
+++ boost/branches/debian-1.33.0/debian/rules 2005-12-20 21:10:03 UTC (rev 13917)
@@ -38,9 +38,9 @@
#endif
#endif
-LONGCALLS=<cflags>-mlong-calls
+CFLAGS=-mlong-calls
ifneq ($(DEB_BUILD_ARCH), hppa)
-LONGCALLS=
+CFLAGS=
endif
exampledir = debian/libboost-doc/usr/share/doc/libboost-doc/examples
@@ -69,7 +69,7 @@
# Build most of the stuff with jam
cd tools/bcp && ../../$(JAM) -sBUILD="release <define>_REENTRANT <threading>single" bcp
- $(JAM) -sBUILD="debug release <define>_REENTRANT <threading>single/multi $(LONGCALLS)"
+ $(JAM) -sBUILD="debug release <cflags>$(CFLAGS) <define>_REENTRANT <threading>single/multi"
#cd libs/graph/build && ../../../$(JAM) -sBUILD="debug release" bgl-viz.a bgl-viz.so
#cd libs/graph/build/python && ../../../../$(JAM)
More information about the pkg-boost-commits
mailing list