From fc4027a2b4f5a9384e8552b8dd515e53aae9444c Mon Sep 17 00:00:00 2001 From: waldemar brodkorb Date: Tue, 19 Jan 2010 21:13:44 +0100 Subject: fix allmodconfig for foxboard --- package/dbus/patches/patch-configure | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/dbus/patches/patch-configure (limited to 'package/dbus/patches/patch-configure') diff --git a/package/dbus/patches/patch-configure b/package/dbus/patches/patch-configure new file mode 100644 index 000000000..f33a192a9 --- /dev/null +++ b/package/dbus/patches/patch-configure @@ -0,0 +1,22 @@ +--- dbus-1.2.16.orig/configure 2009-07-14 21:43:08.000000000 +0200 ++++ dbus-1.2.16/configure 2010-01-15 19:03:24.000000000 +0100 +@@ -25213,19 +25213,6 @@ if test "x$GCC" = "xyes"; then + ;; + esac + +- case " $CFLAGS " in +- *[\ \ ]-fPIE[\ \ ]*) ;; +- *) if 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 + + # Let's just ignore unused for now -- cgit v1.2.3