1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 14:17:07 +03:00
openwrt-xburst/package/tcp_wrappers/patches/opt_cflags.patch
nico e3bacca862 Convert tcp_wrappers to new packaging style, add a patch for target optimizations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-21 16:05:11 +00:00

13 lines
566 B
Diff

--- tcp_wrappers_7.6/Makefile.orig 2005-05-21 18:11:32.000000000 +0200
+++ tcp_wrappers_7.6/Makefile 2005-05-21 18:14:28.000000000 +0200
@@ -689,7 +689,8 @@
shared/%.o: %.c
$(CC) $(CFLAGS) $(SHCFLAGS) -c $< -o $@
-CFLAGS = -O2 -g -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \
+OPT_CFLAGS = -O2 -g
+CFLAGS = $(OPT_CFLAGS) -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \
$(BUGS) $(SYSTYPE) $(AUTH) $(UMASK) \
-DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \
-DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \