From 11f46d87d00acecd63715065e04c54ebd7d41f36 Mon Sep 17 00:00:00 2001 From: "R. Imura" Date: Sat, 12 Feb 2000 20:52:29 +0000 Subject: Update to version 1.2. PR: 16590 Submitted by: John Saunders --- www/transproxy/files/patch-aa | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'www/transproxy/files/patch-aa') diff --git a/www/transproxy/files/patch-aa b/www/transproxy/files/patch-aa index 4a8e6b89f229..2c7145b0a723 100644 --- a/www/transproxy/files/patch-aa +++ b/www/transproxy/files/patch-aa @@ -1,32 +1,32 @@ ---- Makefile.orig Mon Jul 12 11:55:33 1999 -+++ Makefile Mon Jul 12 12:55:57 1999 -@@ -56,15 +56,16 @@ +--- Makefile.orig Wed Feb 9 09:59:09 2000 ++++ Makefile Wed Feb 9 11:12:59 2000 +@@ -57,17 +57,18 @@ #OPTIONS += -DHAVE_GETOPT_H # You may need to touch PREFIX, CC and CFLAGS. -PREFIX = /usr/local -INSTALL_PROGRAM = install -c -m 555 -o bin -g bin -INSTALL_MAN = install -c -m 444 -o bin -g bin -- --RM = rm -f --CC = gcc --CFLAGS = -O2 -Wall $(OPTIONS) --LDFLAGS = -s --LIBS += #-lresolv +#PREFIX = /usr/local +#INSTALL_PROGRAM = install -c -m 555 -o bin -g bin +#INSTALL_MAN = install -c -m 444 -o bin -g bin -+ + + # Some make's don't define this. +-RM = rm -f +#RM = rm -f + + # Should be OK for GNU gcc. +-CC = gcc +-CFLAGS = -O2 -Wall $(OPTIONS) +-LDFLAGS = -s +#CC = gcc +#CFLAGS = -O2 -Wall $(OPTIONS) +CFLAGS += $(OPTIONS) +#LDFLAGS = -s -+#LIBS += #-lresolv - # You shouldn't need to touch anything below this. - all: tproxy -@@ -85,7 +86,7 @@ + # For using BIND resolver instead of system resolver. + #LIBS += -lresolv # Really old Linux has this. +@@ -96,7 +97,7 @@ $(RM) tproxy install: tproxy -- cgit v1.2.3