summaryrefslogtreecommitdiff
path: root/security/sslwrap/files/patch-aa
blob: 81649dffe68d0bac69a1d202292a43af5cce030e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	Tue Sep 28 07:49:54 1999
+++ Makefile	Sun Dec 26 10:22:14 1999
@@ -14,8 +14,8 @@
 
 all :
 	gcc -o sslwrap ${SRC} ${OPT} -DFLAT_INC -DOPENSSL=${OPENSSL} \
-		-L/usr/local/ssl/lib -lssl -lcrypto \
-		-I/usr/local/ssl/include \
+		-L${PREFIX}/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} \
+		-I${PREFIX}/include \
 		${EXTLIBS}
 
 clean: