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

Domenico Andreoli cavok at costa.debian.org
Wed Mar 22 15:29:36 UTC 2006


Author: cavok
Date: 2006-03-22 15:29:35 +0000 (Wed, 22 Mar 2006)
New Revision: 13963

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/rules
Log:
graph library is built with -mlong-calls on hppa too

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2006-03-21 16:00:17 UTC (rev 13962)
+++ boost/trunk/debian/changelog	2006-03-22 15:29:35 UTC (rev 13963)
@@ -1,3 +1,9 @@
+boost (1.33.1-4) unstable; urgency=low
+
+  * Graph library is built with -mlong-calls on hppa too.
+
+ -- Domenico Andreoli <cavok at debian.org>  Wed, 22 Mar 2006 14:21:05 +0100
+
 boost (1.33.1-3) unstable; urgency=low
 
   * Fixed licensing of Graph library.  Closes: #349209.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2006-03-21 16:00:17 UTC (rev 13962)
+++ boost/trunk/debian/rules	2006-03-22 15:29:35 UTC (rev 13963)
@@ -77,9 +77,9 @@
 	#cd libs/graph/build/python && ../../../../$(JAM)
 
 	# Build the graph library with upstream makefile
-	$(MAKE) -C libs/graph/src libbgl-viz.a
+	$(MAKE) -C libs/graph/src EXTRAFLAGS="$(CFLAGS)" libbgl-viz.a
 	rm -f libs/graph/src/*.o
-	$(MAKE) -C libs/graph/src EXTRAFLAGS='-fPIC' GRAPH_SONAME_VERSION=$(SOVERSION) libbgl-viz.so
+	$(MAKE) -C libs/graph/src EXTRAFLAGS="$(CFLAGS) -fPIC" GRAPH_SONAME_VERSION=$(SOVERSION) libbgl-viz.so
 
 	touch build-stamp
 




More information about the pkg-boost-commits mailing list