Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224745 | Differences between
and this patch

Collapse All | Expand All

(-)dbus-1.2.1/configure.in.orig (-13 lines)
Lines 252-270 Link Here
252
     ;;
252
     ;;
253
  esac
253
  esac
254
254
255
  case " $CFLAGS " in
256
  *[\ \	]-fPIE[\ \	]*) ;;
257
  *) if cc_supports_flag -fPIE; then
258
        PIE_CFLAGS="-fPIE"
259
        if ld_supports_flag -z,relro; then
260
           PIE_LDFLAGS="-pie -Wl,-z,relro"
261
        else
262
           PIE_LDFLAGS="-pie"
263
        fi
264
     fi
265
     ;;
266
  esac
267
268
  if test "x$enable_ansi" = "xyes"; then
255
  if test "x$enable_ansi" = "xyes"; then
269
    case " $CFLAGS " in
256
    case " $CFLAGS " in
270
    *[\ \	]-ansi[\ \	]*) ;;
257
    *[\ \	]-ansi[\ \	]*) ;;

Return to bug 224745