--- dbus-1.2.1/configure.in.orig 2008-06-03 13:38:20 +0000 +++ dbus-1.2.1/configure.in 2008-06-03 14:05:34 +0000 @@ -252,19 +252,6 @@ ;; 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 - if test "x$enable_ansi" = "xyes"; then case " $CFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;;