[med-svn] r3901 - in trunk/packages/arb/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Mon Sep 7 06:55:51 UTC 2009
Author: tille
Date: 2009-09-07 06:55:51 +0000 (Mon, 07 Sep 2009)
New Revision: 3901
Added:
trunk/packages/arb/trunk/debian/patches/20_64bit_support_-fPIC.patch
Modified:
trunk/packages/arb/trunk/debian/changelog
trunk/packages/arb/trunk/debian/patches/series
Log:
Commit latest changes (perhaps this might become unneeded now since arb released a new version which provides 64 bit support)
Modified: trunk/packages/arb/trunk/debian/changelog
===================================================================
--- trunk/packages/arb/trunk/debian/changelog 2009-09-07 06:19:44 UTC (rev 3900)
+++ trunk/packages/arb/trunk/debian/changelog 2009-09-07 06:55:51 UTC (rev 3901)
@@ -2,6 +2,9 @@
[ Andreas Tille ]
* Package arb-doc in non-free/doc
+ * patches/20_64bit_support_-fPIC.patch: Add -fPIC option where it
+ seems to be missing.
+ Closes: #522021
[ David Paleino ]
* Removed myself from Uploaders
Added: trunk/packages/arb/trunk/debian/patches/20_64bit_support_-fPIC.patch
===================================================================
--- trunk/packages/arb/trunk/debian/patches/20_64bit_support_-fPIC.patch (rev 0)
+++ trunk/packages/arb/trunk/debian/patches/20_64bit_support_-fPIC.patch 2009-09-07 06:55:51 UTC (rev 3901)
@@ -0,0 +1,13 @@
+This patch solves an issue when building arb on 64 bit machines. In some
+Makefiles the -fPIC option was just not included.
+--- arb-0.0.20071207.1.orig/Makefile
++++ arb-0.0.20071207.1/Makefile
+@@ -207,7 +207,7 @@
+ f77_flags = $(fflags) -W -N9 -e
+ F77LIB = -lU77
+
+- ARCPPLIB = $(GPP) -Wall -shared $(LINUX_SPECIALS) -o
++ ARCPPLIB = $(GPP) -Wall -shared $(LINUX_SPECIALS) -fPIC -o
+ ARLIB = $(GCC) -Wall -shared $(LINUX_SPECIALS) -o
+ GMAKE = make -j 3 -r
+ SYSLIBS = -lm
Modified: trunk/packages/arb/trunk/debian/patches/series
===================================================================
--- trunk/packages/arb/trunk/debian/patches/series 2009-09-07 06:19:44 UTC (rev 3900)
+++ trunk/packages/arb/trunk/debian/patches/series 2009-09-07 06:55:51 UTC (rev 3901)
@@ -7,3 +7,4 @@
20_replace_rxp_by_xmllint.patch
20_tmpfile_issue.patch
tmpfile_CVE-2008-5378.patch
+20_64bit_support_-fPIC.patch
More information about the debian-med-commit
mailing list