[Python-modules-commits] r5015 - in packages/scipy/trunk/debian (changelog rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Mon Apr 14 14:44:26 UTC 2008
Date: Monday, April 14, 2008 @ 14:44:24
Author: certik-guest
Revision: 5015
fixes the FTBFS on amd64
Modified:
packages/scipy/trunk/debian/changelog
packages/scipy/trunk/debian/rules
Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog 2008-04-14 13:06:10 UTC (rev 5014)
+++ packages/scipy/trunk/debian/changelog 2008-04-14 14:44:24 UTC (rev 5015)
@@ -1,7 +1,7 @@
python-scipy (0.6.0-11) unstable; urgency=low
- * Fixes FTBFS, by unexporting LDFLAGS, the same hack as in numpy (Closes:
- #475990)
+ * Fixes FTBFS, by unexporting LDFLAGS and setting FFLAGS directly, the same
+ hack as in numpy (Closes: #475990)
-- Ondrej Certik <ondrej at certik.cz> Mon, 14 Apr 2008 14:53:57 +0200
Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules 2008-04-14 13:06:10 UTC (rev 5014)
+++ packages/scipy/trunk/debian/rules 2008-04-14 14:44:24 UTC (rev 5015)
@@ -9,6 +9,7 @@
#export DH_VERBOSE=1
unexport LDFLAGS
+export FFLAGS="-fPIC"
PYVERS:= $(shell pyversions -v -r debian/control)
BASE=$(shell pwd)/debian
More information about the Python-modules-commits
mailing list