[pkg-boost-commits] r14630 - boost/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sat Mar 19 20:56:25 UTC 2011


Author: smr
Date: 2011-03-19 20:56:20 +0000 (Sat, 19 Mar 2011)
New Revision: 14630

Modified:
   boost/trunk/debian/rules
Log:
Remove compile flag -D_REENTRANT

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2011-03-19 20:00:04 UTC (rev 14629)
+++ boost/trunk/debian/rules	2011-03-19 20:56:20 UTC (rev 14630)
@@ -123,11 +123,11 @@
 		) \
 	)
 
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT ;"
+TOOLSET_CONFIG="using gcc ;"
 BUILD_LONG_DOUBLE = yes
 
 ifeq ($(DEB_BUILD_ARCH), hppa)
-TOOLSET_CONFIG="using gcc : : : <compileflags>-D_REENTRANT <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS ;"
+TOOLSET_CONFIG="using gcc : : : <compileflags>-mlong-calls <compileflags>-DBOOST_SP_USE_PTHREADS ;"
 BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), arm)
 BUILD_LONG_DOUBLE = no




More information about the pkg-boost-commits mailing list