Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl
Submitted by: Jim Bloom <bloom@acm.org>
This commit is contained in:
parent
dbe3e0f575
commit
aad873b098
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user