summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-13 00:53:12 +0000
committerkris <kris@FreeBSD.org>2000-02-13 00:53:12 +0000
commitf7d8edf2dfc893a9a761b42a1531793a513dae76 (patch)
tree7df99584d847c4b14899a8a2732a80dfa4e59fa4 /secure/usr.bin/openssl
parent056ce7147a825ddc2e170b14b0ef1eaf3b6a02cd (diff)
downloadFreeBSD-src-f7d8edf2dfc893a9a761b42a1531793a513dae76.zip
FreeBSD-src-f7d8edf2dfc893a9a761b42a1531793a513dae76.tar.gz
Link dynamically, not statically.
Diffstat (limited to 'secure/usr.bin/openssl')
-rw-r--r--secure/usr.bin/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 6f47de5..11d4e1f 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -4,7 +4,7 @@ PROG= openssl
MAINTAINER= kris
-LDADD= -lssl -lcrypto
+LDADD= -L/usr/lib -lssl -lcrypto
NOMAN= noman
OPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/apps
@@ -17,7 +17,7 @@ LOCALBASE?= /usr/local
CFLAGS+= -DNO_RSA -DNO_SSL2
.else
CFLAGS+= -DRSAref
-LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a
+LDADD+= -L${LOCALBASE}/lib -lRSAglue -lrsaref
.endif
SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \
OpenPOWER on IntegriCloud