summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-04 07:31:01 +0000
committerkris <kris@FreeBSD.org>2000-04-04 07:31:01 +0000
commit4d1e096b220587ba544c381410cb30c668b0aa37 (patch)
tree995c5ed0787dcfd4c9d52843ab853be1b967930a /secure
parent4cd167b447cfb80a93b3a17c12086fe9a9b058ad (diff)
downloadFreeBSD-src-4d1e096b220587ba544c381410cb30c668b0aa37.zip
FreeBSD-src-4d1e096b220587ba544c381410cb30c668b0aa37.tar.gz
Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl
Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/librsaintl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/librsaintl/Makefile b/secure/lib/librsaintl/Makefile
index d5fad13..8f73471 100644
--- a/secure/lib/librsaintl/Makefile
+++ b/secure/lib/librsaintl/Makefile
@@ -9,6 +9,7 @@ LIB= rsaINTL
SHLIB_MAJOR= 1
CFLAGS+= -I${.OBJDIR}
+LDADD+= -L${.OBJDIR}/../libcrypto -lcrypto
# rsaref
SRCS+= rsa_err.c rsa_eay.c rsa_intlstubs.c
OpenPOWER on IntegriCloud