[med-svn] r9529 - trunk/packages/volview/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Feb 1 20:10:53 UTC 2012
Author: malat-guest
Date: 2012-02-01 20:10:53 +0000 (Wed, 01 Feb 2012)
New Revision: 9529
Modified:
trunk/packages/volview/trunk/debian/rules
Log:
Fix mipsel compilation
Modified: trunk/packages/volview/trunk/debian/rules
===================================================================
--- trunk/packages/volview/trunk/debian/rules 2012-02-01 18:43:10 UTC (rev 9528)
+++ trunk/packages/volview/trunk/debian/rules 2012-02-01 20:10:53 UTC (rev 9529)
@@ -1,6 +1,12 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
+# http://bugs.debian.org/658273
+ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
+CFLAGS:='$(CFLAGS) -fPIC'
+endif
+LDFLAGS:='$(LDFLAGS) -Wl,--as-needed'
+
DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
More information about the debian-med-commit
mailing list