patch-configure 587 B

12345678910111213141516171819202122
  1. --- dbus-1.2.24.orig/configure 2010-03-23 20:11:22.000000000 +0100
  2. +++ dbus-1.2.24/configure 2011-01-14 19:21:37.000000000 +0100
  3. @@ -25294,19 +25294,6 @@ if test "x$GCC" = "xyes"; then
  4. ;;
  5. esac
  6. - case " $CFLAGS " in
  7. - *[\ \ ]-fPIE[\ \ ]*) ;;
  8. - *) if 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. -
  19. ### Disabled warnings, and compiler flag overrides
  20. # Let's just ignore unused for now