diff options
author | Graham Gower <graham.gower@gmail.com> | 2009-08-06 15:26:21 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-12 05:24:29 +0200 |
commit | dd72daef5fd9b6660e8b9093607b4aea09ec643f (patch) | |
tree | 71099312f86ed0ac55cd9af3a80664591ad4e970 /recipes/dbus/dbus_1.2.1.bb | |
parent | 3c987350ba0eeeefd08e0da677bdd0f5f62130b4 (diff) |
dbus: fix dbus-daemon segfault on mipsel with recent toolchain
dbus-daemon segfaults on mipsel when built with -fPIE/-pie, as outlined in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532821
Removes PIE compilation from the dbus-daemon Makefile as a workaround.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/dbus/dbus_1.2.1.bb')
-rw-r--r-- | recipes/dbus/dbus_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dbus/dbus_1.2.1.bb b/recipes/dbus/dbus_1.2.1.bb index 9d6c4c1fe2..72db1daa9c 100644 --- a/recipes/dbus/dbus_1.2.1.bb +++ b/recipes/dbus/dbus_1.2.1.bb @@ -1,3 +1,3 @@ include dbus.inc -PR = "r12" +PR = "${INC_PR}.0" |