summaryrefslogtreecommitdiff
path: root/package/tinyproxy/patches/patch-configure_ac
blob: 89f060026b6716018332a3d32ffe9b2e7c86437d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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