[Pkg-mysql-commits] r1106 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Thu Dec 27 08:39:12 UTC 2007


Author: nobse
Date: 2007-12-27 08:39:12 +0000 (Thu, 27 Dec 2007)
New Revision: 1106

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Add -fPIC to CFLAGS.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-22 19:32:51 UTC (rev 1105)
+++ trunk/debian/changelog	2007-12-27 08:39:12 UTC (rev 1106)
@@ -12,8 +12,10 @@
 
   [ Norbert Tretkowski ]
   * New patch 54_ssl-client-support.dpatch to fix SSL client support.
+  * Add -fPIC to CFLAGS to allow other packages to be built against
+    libmysqld.a on amd64.
 
- -- Monty Taylor <monty at inaugust.com>  Wed, 19 Dec 2007 14:02:55 -0200
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 27 Dec 2007 09:37:03 +0100
 
 mysql-dfsg-5.0 (5.0.51-1) unstable; urgency=low
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-12-22 19:32:51 UTC (rev 1105)
+++ trunk/debian/rules	2007-12-27 08:39:12 UTC (rev 1106)
@@ -47,7 +47,7 @@
 
 	sh -c  'PATH=$${MYSQL_BUILD_PATH:-"/bin:/usr/bin"} \
 		CC=$${MYSQL_BUILD_CC:-gcc} \
-	    	CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-DBIG_JOINS=1 -O2"} \
+	    	CFLAGS=$${MYSQL_BUILD_CFLAGS:-"-DBIG_JOINS=1 -O2 -fPIC"} \
 		CXX=$${MYSQL_BUILD_CXX:-g++} \
 	    	CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-DBIG_JOINS=1 -felide-constructors -fno-rtti -O2"} \
 	    ./configure \




More information about the Pkg-mysql-commits mailing list