diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-03-28 08:20:32 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-28 08:20:32 +0000 |
| commit | 930db90bb494a9fdfbd77f94ef6bd68c768a1fa5 (patch) | |
| tree | 84e1a476321885467a3f628888787eaa4b7f8c7e /www/transproxy/files/patch-aa | |
| parent | a6d728b95923b4e90ecae02c9ecc0e620b1c69db (diff) | |
Import a -current only transparent proxy kit, based on the Linux transproxy
v0.3 tools. It could probably work with 2.2.x if the ipfilter package was
built and installed.
Diffstat (limited to 'www/transproxy/files/patch-aa')
| -rw-r--r-- | www/transproxy/files/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/transproxy/files/patch-aa b/www/transproxy/files/patch-aa new file mode 100644 index 000000000000..7756ab3bb1ad --- /dev/null +++ b/www/transproxy/files/patch-aa @@ -0,0 +1,25 @@ +--- Makefile.dist Mon Feb 17 22:41:07 1997 ++++ Makefile Fri Mar 27 21:57:17 1998 +@@ -11,15 +11,15 @@ + # PAY_THE_PENALTY Slow down if they don't use proxy directly. + # + +-OPTIONS=-DDNS_LOOKUPS #-DUSELESS_DNS_LOOKUPS ++CFLAGS+=-DIPFILTER -DDNS_LOOKUPS #-DUSELESS_DNS_LOOKUPS + +-CC=gcc +-CFLAGS=-O2 -m486 -Wall $(OPTIONS) +-LDFLAGS=-s +-LIBS= #-lresolv ++#CC=gcc ++#CFLAGS=-O2 -m486 -Wall $(OPTIONS) ++#LDFLAGS=-s ++#LIBS= #-lresolv + +-RM=rm -f +-INSTALL=install ++#RM=rm -f ++#INSTALL=install + + TARGETNAME=in.tproxyd + |
