summaryrefslogtreecommitdiff
path: root/package/dbus/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-05 11:33:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-05 11:33:11 +0200
commitd6a58b00a5b0561b899798ccc4cc5ef699760db4 (patch)
treee0d7bde022c91ae2bbc562a2c2269af6a826e7fa /package/dbus/patches/patch-configure
parentcbe0bc6801ec933d3268773907ce9e75a1e91252 (diff)
update to latest upstream version, add dbus python bindings
Diffstat (limited to 'package/dbus/patches/patch-configure')
-rw-r--r--package/dbus/patches/patch-configure30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/dbus/patches/patch-configure b/package/dbus/patches/patch-configure
deleted file mode 100644
index 1aa31b56b..000000000
--- a/package/dbus/patches/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- dbus-1.4.6.orig/configure 2011-02-17 21:06:57.000000000 +0100
-+++ 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
-
-- case " $CFLAGS " in
-- *[\ \ ]-fPIE[\ \ ]*) ;;
-- *) if test x$dbus_win = xno && cc_supports_flag -fPIE; then
-- PIE_CFLAGS="-fPIE"
-- if ld_supports_flag -z,relro; then
-- PIE_LDFLAGS="-pie -Wl,-z,relro"
-- else
-- PIE_LDFLAGS="-pie"
-- fi
-- fi
-- ;;
-- esac
-
- ### Disabled warnings, and compiler flag overrides
-