diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/tinyproxy/patches | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/tinyproxy/patches')
-rw-r--r-- | package/tinyproxy/patches/patch-configure_ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/tinyproxy/patches/patch-configure_ac b/package/tinyproxy/patches/patch-configure_ac new file mode 100644 index 000000000..89f060026 --- /dev/null +++ b/package/tinyproxy/patches/patch-configure_ac @@ -0,0 +1,22 @@ +--- tinyproxy-1.6.4.orig/configure.ac 2008-08-24 08:58:43.000000000 +0200 ++++ tinyproxy-1.6.4/configure.ac 2009-06-04 23:49:30.000000000 +0200 +@@ -124,8 +124,8 @@ if test x"$transparent_enabled" = x"yes" + fi + + dnl Include support for a statically compiled tinyproxy +-AC_ARG_ENABLE(static, +- [AC_HELP_STRING([--enable-static], ++AC_ARG_ENABLE(static-bin, ++ [AC_HELP_STRING([--enable-static-bin], + [Statically link tinyproxy (default is NO)])], + [LDFLAGS="-static $LDFLAGS"]) + +@@ -254,7 +254,7 @@ if test x"$debug_enabled" = x"yes" ; the + fi + else + dnl No debugging information, include the optimizations +- CFLAGS="-O2 -DNDEBUG $CFLAGS" ++ CFLAGS="$CFLAGS" + YFLAGS="-d" + fi + |