summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-06-17 04:30:25 +0000
committerMichael Biebl <biebl@debian.org>2009-06-17 04:30:25 +0000
commit5dd0d37dfc948c97d008f6895827ef6e0df38d1a (patch)
tree5fefe41d2575469454a946d361cda4983b8a833c /debian
parent41d706250cda73fd5ff50912d0126996b515dc8f (diff)
downloaddbus-5dd0d37dfc948c97d008f6895827ef6e0df38d1a.tar.gz
Add note that this workaround should be removed again when #532821 is fixed.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@3134 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index ba7697bf..73061e7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,10 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
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