From e9dd3f8b36681d296db7165798ffa024460b4b05 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 29 Apr 2001 23:49:00 +0000 Subject: Don't hard-code -O2 --- net/sntop/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/sntop/files') diff --git a/net/sntop/files/patch-aa b/net/sntop/files/patch-aa index 39204dbe14b5..46b62ff2230d 100644 --- a/net/sntop/files/patch-aa +++ b/net/sntop/files/patch-aa @@ -2,7 +2,7 @@ --- Makefile.in Sat Aug 5 22:03:43 2000 *************** *** 31,37 **** - CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ +! CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ INCLUDE = . INSTDIR = @bindir@ ! ETCDIR = /etc @@ -10,7 +10,7 @@ OBJS = @LIBOBJS@ DOWENEEDGETOPT = @LIBOBJS@ --- 31,37 ---- - CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer @DEFS@ +! CFLAGS += -Wall -Wstrict-prototypes -fomit-frame-pointer @DEFS@ INCLUDE = . INSTDIR = @bindir@ ! ETCDIR = @sysconfdir@ -- cgit v1.2.3