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

smr at alioth.debian.org smr at alioth.debian.org
Wed Oct 29 06:48:12 UTC 2008


Author: smr
Date: 2008-10-29 06:48:12 +0000 (Wed, 29 Oct 2008)
New Revision: 14295

Modified:
   boost/branches/1.34.1/debian/changelog
   boost/branches/1.34.1/debian/rules
Log:
Build boostrap jam with -fno-strict-aliasing

Modified: boost/branches/1.34.1/debian/changelog
===================================================================
--- boost/branches/1.34.1/debian/changelog	2008-10-28 09:03:14 UTC (rev 14294)
+++ boost/branches/1.34.1/debian/changelog	2008-10-29 06:48:12 UTC (rev 14295)
@@ -1,3 +1,9 @@
+boost (1.34.1-13) unstable; urgency=low
+
+  * debian/rules: Build boostrap jam with -fno-strict-aliasing.
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 29 Oct 2008 01:46:26 -0500
+
 boost (1.34.1-12) unstable; urgency=low
 
   * debian/patches/endian.patch: New.  Add cases for more processors

Modified: boost/branches/1.34.1/debian/rules
===================================================================
--- boost/branches/1.34.1/debian/rules	2008-10-28 09:03:14 UTC (rev 14294)
+++ boost/branches/1.34.1/debian/rules	2008-10-29 06:48:12 UTC (rev 14295)
@@ -132,7 +132,7 @@
 JAM = $(bjam) $(JOBS) -d2 --user-config=$(CURDIR)/user-config.jam -sHAVE_ICU=1
 
 $(bjam):
-	cd tools/jam/src && sh build.sh cc && mv bin.*/bjam .
+	CFLAGS=-fno-strict-aliasing cd tools/jam/src && sh build.sh cc && mv bin.*/bjam .
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN) $(bjam)




More information about the pkg-boost-commits mailing list