From a5c3c93893fc8aca96d072a8e84d3602c6ed194a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 20 Jan 2000 07:29:01 +0000 Subject: [PATCH] Don't search for libraries in ${LOCALBASE}. This should fix the problems people were seeing with conflicts with the openssl port. --- secure/usr.bin/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index e9e4d1f1c576..6f47de548751 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -17,7 +17,7 @@ LOCALBASE?= /usr/local CFLAGS+= -DNO_RSA -DNO_SSL2 .else CFLAGS+= -DRSAref -LDADD+= -L${LOCALBASE}/lib -lrsaref +LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a .endif SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \