reorder patches to fix tcp_wrappers build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6085 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-01-12 13:00:24 +00:00
parent 447e620e40
commit ab9d3a98dc
2 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- 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) \