7264a016b6
- Fix rcNG script comment [2] - Quoute variables in CONFIGURE_ARGS for space-safety - Respect CFLAGS Submitted by: Dominik Brettnacher <domi@saargate.de> [1], Geoff Garside <geoff@geoffgarside.co.uk> [2]
11 lines
441 B
Text
11 lines
441 B
Text
--- src/Makefile.in.orig Wed Dec 20 01:37:38 2006
|
|
+++ src/Makefile.in Wed Dec 20 01:37:57 2006
|
|
@@ -97,7 +97,7 @@
|
|
|
|
#AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
|
|
#AM_CFLAGS=-O2
|
|
-AM_CFLAGS = -g -Wall
|
|
+#AM_CFLAGS = -g -Wall
|
|
|
|
bin_PROGRAMS = flow-capture flow-cat flow-stat flow-print flow-dscan \
|
|
flow-send flow-receive flow-gen flow-expire \
|