From b98520e8799be565c677f99c4d3ae52c12ae08f0 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 1 Aug 1999 03:08:33 +0000 Subject: Find the ssl header files correctly and fix this so it will work if USA_RESIDENT=YES. PR: 12795 Submitted by: Palle Girgensohn --- security/sslproxy/files/patch-aa | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'security/sslproxy/files/patch-aa') diff --git a/security/sslproxy/files/patch-aa b/security/sslproxy/files/patch-aa index a5e318323afc..46fa098516a4 100644 --- a/security/sslproxy/files/patch-aa +++ b/security/sslproxy/files/patch-aa @@ -1,6 +1,6 @@ --- Makefile.orig Sun Jun 14 15:52:50 1998 -+++ Makefile Sat Jun 5 16:24:40 1999 -@@ -12,9 +12,9 @@ ++++ Makefile Sat Jul 31 11:12:56 1999 +@@ -12,13 +12,13 @@ # if you use cc, remove the -Wall and -g options CC= gcc @@ -8,7 +8,12 @@ +SSLROOT= /usr/local -CFLAGS= -Wall -I$(SSLROOT)/include -O -+CFLAGS= -Wall -I$(SSLROOT)/include/openssl -O ++CFLAGS+= -I$(SSLROOT)/include # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add # -DHP to the CFLAGS variable +-LIBS = -L$(SSLROOT)/lib -lssl -lcrypto ++LIBS = -L$(SSLROOT)/lib -lssl -lcrypto $(EXTRA_SSL_LIBS) + + OBJ = sslproxy.o + -- cgit v1.2.3