summaryrefslogtreecommitdiff
path: root/security/sslwrap/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 01:56:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 01:56:10 +0000
commit2b52928c68c3a39087aecb2c973dec41678f3b74 (patch)
treec781047a6f60b6f28381d473564ee6ce1f0d61a3 /security/sslwrap/files
parentAdding cyrus-sasl version 1.5.13. (diff)
Adding sslwrap version 2.0.5.
Another SSL wrapper application, which uses SSLEay/OpenSSL. PR: 14771 Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>
Diffstat (limited to 'security/sslwrap/files')
-rw-r--r--security/sslwrap/files/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/sslwrap/files/patch-aa b/security/sslwrap/files/patch-aa
new file mode 100644
index 000000000000..81649dffe68d
--- /dev/null
+++ b/security/sslwrap/files/patch-aa
@@ -0,0 +1,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: