mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fix path for option OPENSSL_OVERWRITE_BASE
PR: 42665 Submitted by: roman@bellavista.cz
This commit is contained in:
parent
dfb29e227b
commit
b29bd2eb2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66364
@ -42,6 +42,9 @@ INSTALLS_SHLIB= yes
|
||||
PKGNAMESUFFIX= -overwrite-base
|
||||
PREFIX= /usr
|
||||
SHLIBVER= 2
|
||||
OPENSSLDIR= /etc/ssl
|
||||
.else
|
||||
OPENSSLDIR= ${PREFIX}/openssl
|
||||
.endif
|
||||
|
||||
MANPREFIX= ${PREFIX}/openssl
|
||||
@ -128,7 +131,7 @@ EXTRACONFIGURE= 386
|
||||
do-configure:
|
||||
@cd ${WRKSRC} \
|
||||
&& ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \
|
||||
./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \
|
||||
./config --prefix=${PREFIX} --openssldir=${OPENSSLDIR} \
|
||||
-L${PREFIX}/lib ${EXTRACONFIGURE}
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user