diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 09:57:21 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 09:57:21 +0200 |
| commit | 6e5edc83271beb9ac4017bdf74b540da2ebe4594 (patch) | |
| tree | 0a4a7ded2460ebedd40f88ff2414f90c44b275da /package/dbus/patches/patch-configure | |
| parent | fec1fd5598765d02691cb4c2b3ea3f1938be7824 (diff) | |
| parent | 851a4486f663ddb8acffd4dd870d4121290b35d5 (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 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/dbus/patches/patch-configure b/package/dbus/patches/patch-configure new file mode 100644 index 000000000..e5bce5132 --- /dev/null +++ b/package/dbus/patches/patch-configure @@ -0,0 +1,21 @@ +--- 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 +@@ -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 + |
