mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- backout OpenSSL part of previous commit.
Forcing -rpath can lead to strange side effects when using apxs
This commit is contained in:
parent
e6806df562
commit
b2a1c34d60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187583
@ -9,7 +9,7 @@
|
||||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
|
||||
${MASTER_SITE_LOCAL:S/%SUBDIR%\//clement\/:aprmysql/}
|
||||
@ -90,6 +90,10 @@ CONFIGURE_ARGS+= --enable-v4-mapped
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_SSL_MODULES)
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_STATIC_SUPPORT)
|
||||
CONFIGURE_ARGS+= --enable-static-support
|
||||
.endif
|
||||
@ -124,11 +128,6 @@ CONFIGURE_ARGS+= --with-ldap \
|
||||
.include "${APACHEDIR}/Makefile.modules"
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_SSL_MODULES)
|
||||
USE_OPENSSL_RPATH=yes
|
||||
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APR_FROM_PORTS)
|
||||
PLIST_SUB+= APR_PORTS="@comment "
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
|
||||
|
Loading…
Reference in New Issue
Block a user