patch-configure 647 B

1234567891011
  1. --- rpm-4.7.0.orig/configure 2009-04-16 10:10:33.000000000 +0200
  2. +++ rpm-4.7.0/configure 2009-06-23 19:55:16.747272696 +0200
  3. @@ -21839,7 +21839,7 @@ if test "$GCC" = yes; then
  4. CFLAGS="$CFLAGS -fPIC -DPIC -D_REENTRANT -Wall -Wpointer-arith -Wmissing-prototypes -Wno-char-subscripts"
  5. # XXX disabled for now due to noise from NSPR headers
  6. # CFLAGS="$CFLAGS -Wstrict-prototypes"
  7. - cflags_to_try="-fno-strict-aliasing -fstack-protector"
  8. + cflags_to_try="-fno-strict-aliasing"
  9. { $as_echo "$as_me:$LINENO: checking supported compiler flags" >&5
  10. $as_echo_n "checking supported compiler flags... " >&6; }
  11. old_cflags=$CFLAGS