summaryrefslogtreecommitdiff
path: root/package/dbus/patches/patch-configure
blob: 85521d39061d2fb57c6658bd65541409499d2246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- dbus-1.2.24.orig/configure	2010-03-23 20:11:22.000000000 +0100
+++ dbus-1.2.24/configure	2011-01-08 22:50:31.000000000 +0100
@@ -25294,19 +25296,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