mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Link dynamically, not statically.
This commit is contained in:
parent
638a3aacaa
commit
b0ba1374bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57175
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user