patch-configure 572 B

123456789101112131415161718192021
  1. --- dbus-1.4.6.orig/configure 2011-02-17 21:06:57.000000000 +0100
  2. +++ dbus-1.4.6/configure 2011-04-13 04:47:38.000000000 +0200
  3. @@ -19608,18 +19608,6 @@ if test "x$GCC" = "xyes"; then
  4. ;;
  5. esac
  6. - case " $CFLAGS " in
  7. - *[\ \ ]-fPIE[\ \ ]*) ;;
  8. - *) if test x$dbus_win = xno && cc_supports_flag -fPIE; then
  9. - PIE_CFLAGS="-fPIE"
  10. - if ld_supports_flag -z,relro; then
  11. - PIE_LDFLAGS="-pie -Wl,-z,relro"
  12. - else
  13. - PIE_LDFLAGS="-pie"
  14. - fi
  15. - fi
  16. - ;;
  17. - esac
  18. ### Disabled warnings, and compiler flag overrides