]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- patch removes bogus -O3
authoraverne <averne@pld-linux.org>
Thu, 25 Mar 2004 18:28:49 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-configure.patch -> 1.1

lighttpd-configure.patch [new file with mode: 0644]

diff --git a/lighttpd-configure.patch b/lighttpd-configure.patch
new file mode 100644 (file)
index 0000000..0f7c0f3
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in~      2004-03-24 01:37:30.000000000 +0100
++++ configure.in       2004-03-25 19:20:48.743178464 +0100
+@@ -251,7 +251,7 @@
+ fi
+ if test "${GCC}" = "yes"; then
+-       CFLAGS="${CFLAGS} -Wall -W -O3 -Wshadow -pedantic"
++       CFLAGS="${CFLAGS} -Wall -W -Wshadow -pedantic"
+        AC_MSG_CHECKING(version of GCC)
+        GCC_version=`${CC} --version | head -1`
This page took 1.579639 seconds and 4 git commands to generate.