summaryrefslogtreecommitdiff
path: root/security/sslproxy/files/patch-aa
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-02-07 22:17:58 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-02-07 22:17:58 +0000
commitc9decc57c90f86a2545f1b0b57016da04c2ae5b9 (patch)
tree370458ee8c1e8ee7e67aef37d3f63bd4a23c026d /security/sslproxy/files/patch-aa
parentadd Date Created comment using date of initial import (diff)
Add a patch that stops sslproxy from leaving zombies all over the place.
Submitted by: rwatson Upgrade to sslproxy.2000_Jan_29, with appropriate changes.
Notes
Notes: svn path=/head/; revision=25576
Diffstat (limited to 'security/sslproxy/files/patch-aa')
-rw-r--r--security/sslproxy/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa
index 15589e8a27a0..113f34088108 100644
--- a/security/sslproxy/files/patch-aa
+++ b/security/sslproxy/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Jun 14 13:52:50 1998
-+++ Makefile Sat Jan 29 16:48:49 2000
+--- Makefile.orig Sat Jan 29 11:36:07 2000
++++ Makefile Mon Feb 7 17:07:20 2000
@@ -10,15 +10,13 @@
@@ -7,7 +7,7 @@
-CC= gcc
+CC?= gcc
--SSLROOT= /usr/local/ssl
+-SSLROOT= /usr/local/openssl
-
-CFLAGS= -Wall -I$(SSLROOT)/include -O
+CFLAGS+= -I$(OPENSSLINC)