[pkg-boost-commits] r14297 - boost/branches/1.34.1/debian

smr at alioth.debian.org smr at alioth.debian.org
Sat Nov 1 07:11:24 UTC 2008


Author: smr
Date: 2008-11-01 07:11:23 +0000 (Sat, 01 Nov 2008)
New Revision: 14297

Modified:
   boost/branches/1.34.1/debian/changelog
   boost/branches/1.34.1/debian/rules
Log:
Build bootstrap bjam with -fno-strict-aliasing.

Modified: boost/branches/1.34.1/debian/changelog
===================================================================
--- boost/branches/1.34.1/debian/changelog	2008-10-29 23:49:27 UTC (rev 14296)
+++ boost/branches/1.34.1/debian/changelog	2008-11-01 07:11:23 UTC (rev 14297)
@@ -1,6 +1,13 @@
+boost (1.34.1-14) unstable; urgency=low
+
+  * debian/rules: Build bootstrap jam with -fno-strict-aliasing.  This time
+    for real (put the variable assignment on the right shell line).
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 01 Nov 2008 02:07:52 -0500
+
 boost (1.34.1-13) unstable; urgency=low
 
-  * debian/rules: Build boostrap jam with -fno-strict-aliasing.
+  * debian/rules: Build bootstrap jam with -fno-strict-aliasing.
 
  -- Steve M. Robbins <smr at debian.org>  Wed, 29 Oct 2008 01:46:26 -0500
 

Modified: boost/branches/1.34.1/debian/rules
===================================================================
--- boost/branches/1.34.1/debian/rules	2008-10-29 23:49:27 UTC (rev 14296)
+++ boost/branches/1.34.1/debian/rules	2008-11-01 07:11:23 UTC (rev 14297)
@@ -132,7 +132,7 @@
 JAM = $(bjam) $(JOBS) -d2 --user-config=$(CURDIR)/user-config.jam -sHAVE_ICU=1
 
 $(bjam):
-	CFLAGS=-fno-strict-aliasing cd tools/jam/src && sh build.sh cc && mv bin.*/bjam .
+	cd tools/jam/src && CFLAGS=-fno-strict-aliasing sh build.sh cc && mv bin.*/bjam .
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN) $(bjam)




More information about the pkg-boost-commits mailing list