summaryrefslogtreecommitdiff
path: root/openwrt/package/tcp_wrappers/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-21 16:05:11 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-21 16:05:11 +0000
commit1176df52dcb9dc45cc36cfdb380799cc7b142981 (patch)
treef4a7db11ee5792cf483d10d2e7561b4a822d0561 /openwrt/package/tcp_wrappers/patches
parent655a0128a45e5ea0673a9425e74e2361d3053aad (diff)
downloadmtk-20170518-1176df52dcb9dc45cc36cfdb380799cc7b142981.zip
mtk-20170518-1176df52dcb9dc45cc36cfdb380799cc7b142981.tar.gz
mtk-20170518-1176df52dcb9dc45cc36cfdb380799cc7b142981.tar.bz2
Convert tcp_wrappers to new packaging style, add a patch for target optimizations
SVN-Revision: 1009
Diffstat (limited to 'openwrt/package/tcp_wrappers/patches')
-rw-r--r--openwrt/package/tcp_wrappers/patches/opt_cflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/tcp_wrappers/patches/opt_cflags.patch b/openwrt/package/tcp_wrappers/patches/opt_cflags.patch
new file mode 100644
index 0000000..7b76333
--- /dev/null
+++ b/openwrt/package/tcp_wrappers/patches/opt_cflags.patch
@@ -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) \