From 6dea110be6b504383e7271cd0173acd492dea9e8 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 20 Jan 2000 07:29:01 +0000 Subject: 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 e9e4d1f..6f47de5 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 \ -- cgit v1.1