patch-configure 636 B

123456789101112131415161718192021222324
  1. --- tinyproxy-1.6.5.orig/configure 2009-09-29 05:28:04.000000000 +0200
  2. +++ tinyproxy-1.6.5/configure 2009-11-15 21:05:10.000000000 +0100
  3. @@ -5162,9 +5162,9 @@ _ACEOF
  4. fi
  5. # Check whether --enable-static was given.
  6. -if test "${enable_static+set}" = set; then
  7. - enableval=$enable_static; LDFLAGS="-static $LDFLAGS"
  8. -fi
  9. +#if test "${enable_static+set}" = set; then
  10. +# enableval=$enable_static; LDFLAGS="-static $LDFLAGS"
  11. +#fi
  12. @@ -10015,7 +10015,7 @@ if test x"$debug_enabled" = x"yes" ; the
  13. LEX_FLAGS="--warn --debug"
  14. fi
  15. else
  16. - CFLAGS="-O2 -DNDEBUG $CFLAGS"
  17. + CFLAGS="$CFLAGS"
  18. YFLAGS="-d"
  19. fi