diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 13:06:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-28 13:06:55 +0200 |
commit | 5b930ffb545c9e41d100df17922c628b3bbb6006 (patch) | |
tree | efc1f0464ce0b8968d8d95f4fe28d4e43262e7f2 /package/dbus/patches/patch-configure | |
parent | d4cb283cf544eae863c165f0662949635dfd63d5 (diff) | |
parent | 9492f70965e2d1c669df4c5fc56b4bac465f6b88 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dbus/patches/patch-configure')
-rw-r--r-- | package/dbus/patches/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/dbus/patches/patch-configure b/package/dbus/patches/patch-configure index e5bce5132..1aa31b56b 100644 --- a/package/dbus/patches/patch-configure +++ b/package/dbus/patches/patch-configure @@ -1,5 +1,14 @@ --- dbus-1.4.6.orig/configure 2011-02-17 21:06:57.000000000 +0100 -+++ dbus-1.4.6/configure 2011-04-13 04:47:38.000000000 +0200 ++++ dbus-1.4.6/configure 2011-04-26 16:00:48.797847993 +0200 +@@ -18718,7 +18718,7 @@ DBUS_CLIENT_LIBS="$THREAD_LIBS $NETWORK_ + + + DBUS_BUS_CFLAGS="$XML_CFLAGS" +-DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $THREAD_LIBS $ADT_LIBS $NETWORK_libs" ++DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $ADT_LIBS $NETWORK_libs" + + + @@ -19608,18 +19608,6 @@ if test "x$GCC" = "xyes"; then ;; esac |