[med-svn] r7596 - trunk/packages/pdb2pqr/trunk/debian

Manuel Prinz manuel at alioth.debian.org
Tue Aug 30 22:18:10 UTC 2011


Author: manuel
Date: 2011-08-30 22:18:10 +0000 (Tue, 30 Aug 2011)
New Revision: 7596

Modified:
   trunk/packages/pdb2pqr/trunk/debian/changelog
   trunk/packages/pdb2pqr/trunk/debian/rules
Log:
Pass -fPIC to compiler on all architectures

Modified: trunk/packages/pdb2pqr/trunk/debian/changelog
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/changelog	2011-08-30 16:20:11 UTC (rev 7595)
+++ trunk/packages/pdb2pqr/trunk/debian/changelog	2011-08-30 22:18:10 UTC (rev 7596)
@@ -1,3 +1,9 @@
+pdb2pqr (1.7-2) unstable; urgency=low
+
+  * Pass -fPIC to compiler on all architectures. Closes: 636204.
+
+ -- Manuel Prinz <manuel at debian.org>  Tue, 30 Aug 2011 23:42:33 +0200
+
 pdb2pqr (1.7-1) unstable; urgency=low
 
   * New upstream release. Closes: #416269, #420734.

Modified: trunk/packages/pdb2pqr/trunk/debian/rules
===================================================================
--- trunk/packages/pdb2pqr/trunk/debian/rules	2011-08-30 16:20:11 UTC (rev 7595)
+++ trunk/packages/pdb2pqr/trunk/debian/rules	2011-08-30 22:18:10 UTC (rev 7596)
@@ -8,6 +8,10 @@
 %:
 	dh $@
 
+# Compile with -fPIC on all platforms (fix for #636204)
+override_dh_auto_configure:
+	dh_auto_configure -- CFLAGS="$(dpkg-buildflags --get CFLAGS) -fPIC" FFLAGS="$(dpkg-buildflags --get FFLAGS) -fPIC"
+
 # Disable tests, as they need an internet connection to download files
 override_dh_auto_test:
 




More information about the debian-med-commit mailing list