patch-configure_ac 755 B

12345678910111213141516171819202122
  1. --- tinyproxy-1.6.4.orig/configure.ac 2008-08-24 08:58:43.000000000 +0200
  2. +++ tinyproxy-1.6.4/configure.ac 2009-06-04 23:49:30.000000000 +0200
  3. @@ -124,8 +124,8 @@ if test x"$transparent_enabled" = x"yes"
  4. fi
  5. dnl Include support for a statically compiled tinyproxy
  6. -AC_ARG_ENABLE(static,
  7. - [AC_HELP_STRING([--enable-static],
  8. +AC_ARG_ENABLE(static-bin,
  9. + [AC_HELP_STRING([--enable-static-bin],
  10. [Statically link tinyproxy (default is NO)])],
  11. [LDFLAGS="-static $LDFLAGS"])
  12. @@ -254,7 +254,7 @@ if test x"$debug_enabled" = x"yes" ; the
  13. fi
  14. else
  15. dnl No debugging information, include the optimizations
  16. - CFLAGS="-O2 -DNDEBUG $CFLAGS"
  17. + CFLAGS="$CFLAGS"
  18. YFLAGS="-d"
  19. fi