Change to use ${OPENSSLBASE} instead of ${LOCALBASE} in Makefile

for location of OpenSSL.

PR: 36427
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
This commit is contained in:
Kevin Lo 2002-04-17 13:16:03 +00:00
parent 90d269289a
commit 0964ff33fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57810

View File

@ -22,8 +22,8 @@ MANCOMPRESSED= no
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--localstatedir=/var \
--with-ssl-headers=${LOCALBASE}/include/openssl \
--with-ssl-lib=${LOCALBASE}/lib \
--with-ssl-headers=${OPENSSLBASE}/include/openssl \
--with-ssl-lib=${OPENSSLBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include \
--with-lzo-lib=${LOCALBASE}/lib