[Pkg-voip-commits] r2242 - bayonne/trunk/debian

Mark Purcell msp at costa.debian.org
Wed Aug 16 18:52:28 UTC 2006


Author: msp
Date: 2006-08-16 18:52:26 +0000 (Wed, 16 Aug 2006)
New Revision: 2242

Modified:
   bayonne/trunk/debian/changelog
   bayonne/trunk/debian/rules
Log:
* NOT RELEASED YET
* debian/rules export CPPFLAGS=-fPIC
  - FTBFS: Not using -fPIC to make shared lib. (Closes: #334107)

Modified: bayonne/trunk/debian/changelog
===================================================================
--- bayonne/trunk/debian/changelog	2006-08-16 18:51:09 UTC (rev 2241)
+++ bayonne/trunk/debian/changelog	2006-08-16 18:52:26 UTC (rev 2242)
@@ -1,3 +1,11 @@
+bayonne (1.2.16-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * debian/rules export CPPFLAGS=-fPIC
+    - FTBFS: Not using -fPIC to make shared lib. (Closes: #334107)
+
+ -- Mark Purcell <msp at debian.org>  Wed, 16 Aug 2006 19:51:37 +0100
+
 bayonne (1.2.16-1) unstable; urgency=low
 
   * New upstream release

Modified: bayonne/trunk/debian/rules
===================================================================
--- bayonne/trunk/debian/rules	2006-08-16 18:51:09 UTC (rev 2241)
+++ bayonne/trunk/debian/rules	2006-08-16 18:52:26 UTC (rev 2242)
@@ -25,7 +25,7 @@
 FILENAME := bayonne_$(UPVERSION).orig.tar.gz
 URL := http://heanet.dl.sourceforge.net/gnutelephony/bayonne-$(UPVERSION).tar.gz
 
-export CPPFLAGS=-I/usr/include/cc++2/ 
+export CPPFLAGS=-I/usr/include/cc++2/ -fPIC
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -g




More information about the Pkg-voip-commits mailing list