[Pkg-utopia-commits] r3134 - /packages/unstable/dbus/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jun 17 04:30:26 UTC 2009


Author: biebl
Date: Wed Jun 17 04:30:25 2009
New Revision: 3134

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3134
Log:
Add note that this workaround should be removed again when #532821 is fixed.

Modified:
    packages/unstable/dbus/debian/rules

Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=3134&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Wed Jun 17 04:30:25 2009
@@ -25,9 +25,10 @@
 
 DEB_DH_INSTALLINIT_ARGS := -r -- start 12 2 3 4 5 . stop  88 1 .
 
-ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel i386))
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
 common-configure-impl::
-	# workaround for a bug in binutils on mipsen (see #532821 and #528145)
+	# Workaround for a bug in binutils on mipsen (see #528145).
+	# Remove again when #532821 has been fixed.
 	sed -i -e 's/\-fPIE//' -e 's/\-pie\ \-Wl\,\-z\,relro//' bus/Makefile
 endif
 




More information about the Pkg-utopia-commits mailing list