File net-acct-0.71-glibc2-optflags.patch of Package netacct
Index: src/Makefile
===================================================================
--- src/Makefile.orig 1998-09-19 20:46:34.000000000 +0200
+++ src/Makefile 2008-05-23 08:27:01.000000000 +0200
@@ -14,7 +14,7 @@ EXEC = nacctd
# Size of the packet hash table (default 4096)
HASH=-DHASHSIZE=4096
-CFLAGS = -Wall -O2 -Wstrict-prototypes $(DEBUG) $(MASQ) $(HASH)
+CFLAGS += -Wall -O2 -Wstrict-prototypes $(DEBUG) $(MASQ) $(HASH)
OBJECTS = main.o daemon.o process.o utils.o config.o
DISTSRC = ChangeLog Makefile capture-linux.c capture-pcap.c config.c daemon.c main.c nacctd naccttab.sample naccttab.sample.pcap netacct.h process.c utils.c
LIBS =