diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-23 22:43:01 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-03-23 22:43:01 +0000 |
commit | 8ba30dbbe698ad8338d53debcaec18b3e8565d3a (patch) | |
tree | ba4738dc545e8099a026d60ed8db35559a0e0d80 /www/transproxy/files/patch-aa | |
parent | USE_AUTOMAKE (diff) |
Update to 1.4
PR: 27903
Submitted by: Jose Marques <jose.marques@nottingham.ac.uk>
Notes
Notes:
svn path=/head/; revision=77321
Diffstat (limited to 'www/transproxy/files/patch-aa')
-rw-r--r-- | www/transproxy/files/patch-aa | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/transproxy/files/patch-aa b/www/transproxy/files/patch-aa index 2c7145b0a723..14db76651922 100644 --- a/www/transproxy/files/patch-aa +++ b/www/transproxy/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Wed Feb 9 09:59:09 2000 -+++ Makefile Wed Feb 9 11:12:59 2000 -@@ -57,17 +57,18 @@ +--- Makefile.orig Fri Aug 18 07:35:46 2000 ++++ Makefile Wed Jun 6 10:31:05 2001 +@@ -61,17 +61,17 @@ #OPTIONS += -DHAVE_GETOPT_H # You may need to touch PREFIX, CC and CFLAGS. @@ -17,16 +17,15 @@ # Should be OK for GNU gcc. -CC = gcc --CFLAGS = -O2 -Wall $(OPTIONS) +-CFLAGS = -O2 -Wall -LDFLAGS = -s +#CC = gcc -+#CFLAGS = -O2 -Wall $(OPTIONS) -+CFLAGS += $(OPTIONS) ++#CFLAGS = -O2 -Wall +#LDFLAGS = -s # For using BIND resolver instead of system resolver. #LIBS += -lresolv # Really old Linux has this. -@@ -96,7 +97,7 @@ +@@ -100,7 +100,7 @@ $(RM) tproxy install: tproxy |