diff options
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/librsaintl/Makefile | 1 |
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 |