diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 08:23:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 08:23:01 +0200 |
commit | 456e12e8fbd7ecddf6c2aa1da4c2df2cf1a42499 (patch) | |
tree | 97c108fcd52fec9e599a841d0a69367931850f43 /package/tinyproxy/patches | |
parent | 9bd2823a3447207af8b789dc3fa38a3f4232c453 (diff) |
update to latest upstream
Diffstat (limited to 'package/tinyproxy/patches')
-rw-r--r-- | package/tinyproxy/patches/patch-configure | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/tinyproxy/patches/patch-configure b/package/tinyproxy/patches/patch-configure deleted file mode 100644 index d332d18ae..000000000 --- a/package/tinyproxy/patches/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- tinyproxy-1.6.5.orig/configure 2009-09-29 05:28:04.000000000 +0200 -+++ tinyproxy-1.6.5/configure 2009-11-15 21:05:10.000000000 +0100 -@@ -5162,9 +5162,9 @@ _ACEOF - fi - - # Check whether --enable-static was given. --if test "${enable_static+set}" = set; then -- enableval=$enable_static; LDFLAGS="-static $LDFLAGS" --fi -+#if test "${enable_static+set}" = set; then -+# enableval=$enable_static; LDFLAGS="-static $LDFLAGS" -+#fi - - - -@@ -10015,7 +10015,7 @@ if test x"$debug_enabled" = x"yes" ; the - LEX_FLAGS="--warn --debug" - fi - else -- CFLAGS="-O2 -DNDEBUG $CFLAGS" -+ CFLAGS="$CFLAGS" - YFLAGS="-d" - fi - |