]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- fix for correct pass $CFLAGS.
authorkloczek <kloczek@pld-linux.org>
Mon, 28 Feb 2000 14:10:51 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng-autoconf.patch -> 1.1

syslog-ng-autoconf.patch [new file with mode: 0644]

diff --git a/syslog-ng-autoconf.patch b/syslog-ng-autoconf.patch
new file mode 100644 (file)
index 0000000..2571c83
--- /dev/null
@@ -0,0 +1,16 @@
+diff -Nru syslog-ng-1.3.17/configure.in syslog-ng-1.3.17.new/configure.in
+--- syslog-ng-1.3.17/configure.in      Fri Feb 18 11:16:47 2000
++++ syslog-ng-1.3.17.new/configure.in  Mon Feb 28 14:53:21 2000
+@@ -142,10 +142,10 @@
+ AC_MSG_RESULT(ok)
+ if test "$with_debug" = "yes" ; then
+-      CFLAGS="-g -DYYDEBUG -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
++      CFLAGS="$CFLAGS -g -DYYDEBUG -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
+       YFLAGS="-v -d"
+ else
+-      CFLAGS="-O2 -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
++      CFLAGS="$CFLAGS -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
+       YFLAGS="-d"
+ fi
This page took 0.102665 seconds and 4 git commands to generate.