From a1aa6dbb96d49593edf1db8b20fa2dd808083cba Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Sun, 9 Aug 2009 22:45:11 +0000 Subject: [PATCH] [packages] dbus: Fix whitespaces in no pie patch SVN-Revision: 17205 --- utils/dbus/patches/01-dbus-nopie-fix.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/utils/dbus/patches/01-dbus-nopie-fix.patch b/utils/dbus/patches/01-dbus-nopie-fix.patch index 36dfbf969b..c6142a33a8 100644 --- a/utils/dbus/patches/01-dbus-nopie-fix.patch +++ b/utils/dbus/patches/01-dbus-nopie-fix.patch @@ -1,12 +1,11 @@ -diff -ruN dbus-1.2.4.6permissive.orig/configure dbus-1.2.4.6permissive/configure ---- dbus-1.2.4.6permissive.orig/configure 2009-05-06 13:35:38.000000000 -0400 -+++ dbus-1.2.4.6permissive/configure 2009-08-05 17:53:25.000000000 -0400 -@@ -20927,19 +20927,6 @@ +--- a/configure ++++ b/configure +@@ -20927,19 +20927,6 @@ if test "x$GCC" = "xyes"; then ;; esac - + - case " $CFLAGS " in -- *[\ \ ]-fPIE[\ \ ]*) ;; +- *[\ \ ]-fPIE[\ \ ]*) ;; - *) if cc_supports_flag -fPIE; then - PIE_CFLAGS="-fPIE" - if ld_supports_flag -z,relro; then @@ -19,5 +18,5 @@ diff -ruN dbus-1.2.4.6permissive.orig/configure dbus-1.2.4.6permissive/configure - esac - ### Disabled warnings, and compiler flag overrides - + # Let's just ignore unused for now -- 2.30.2