patch-configure 459 B

1234567891011
  1. --- qemu-0.13.0.orig/configure 2010-10-15 22:56:09.000000000 +0200
  2. +++ qemu-0.13.0/configure 2011-01-12 22:34:59.000000000 +0100
  3. @@ -136,7 +136,7 @@ QEMU_CFLAGS="-D_FORTIFY_SOURCE=2 $QEMU_C
  4. QEMU_CFLAGS="-I. -I\$(SRC_PATH) $QEMU_CFLAGS"
  5. LDFLAGS="-g $LDFLAGS"
  6. -gcc_flags="-Wold-style-declaration -Wold-style-definition -fstack-protector-all"
  7. +gcc_flags="-Wold-style-declaration -Wold-style-definition"
  8. cat > $TMPC << EOF
  9. int main(void) { return 0; }
  10. EOF