From aad873b0980cefc2226ee56de9b627c34e84ff16 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 4 Apr 2000 07:31:01 +0000 Subject: [PATCH] Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modssl Submitted by: Jim Bloom --- secure/lib/librsaintl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/secure/lib/librsaintl/Makefile b/secure/lib/librsaintl/Makefile index d5fad13a42d9..8f73471e5b12 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