Don't search for libraries in ${LOCALBASE}. This should fix the problems

people were seeing with conflicts with the openssl port.
This commit is contained in:
Kris Kennaway 2000-01-20 07:29:01 +00:00
parent 04c111ac5f
commit a5c3c93893
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56317

View File

@ -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 \