Add mod_session_crypto if apr-util is built with ssl.
This commit is contained in:
parent
4f57f0ec99
commit
a469497ec2
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2015/07/20 00:08:35 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2015/09/01 08:26:05 jperkin Exp $
|
||||
|
||||
DISTNAME= httpd-2.4.16
|
||||
PKGNAME= ${DISTNAME:S/httpd/apache/}
|
||||
|
@ -61,6 +61,11 @@ DFLT_APACHE_MODULES+= ldap authnz_ldap
|
|||
PLIST.ldap= yes
|
||||
.endif
|
||||
|
||||
PLIST_VARS+= ssl
|
||||
.if !empty(PKG_BUILD_OPTIONS.apr-util:Mssl)
|
||||
PLIST.ssl= yes
|
||||
.endif
|
||||
|
||||
APACHE_USER?= www
|
||||
APACHE_GROUP?= www
|
||||
PKG_GROUPS= ${APACHE_GROUP}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2015/06/26 19:25:12 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2015/09/01 08:26:05 jperkin Exp $
|
||||
bin/ab
|
||||
bin/apxs
|
||||
bin/dbmmanage
|
||||
|
@ -159,6 +159,7 @@ lib/httpd/mod_rewrite.so
|
|||
lib/httpd/mod_sed.so
|
||||
lib/httpd/mod_session.so
|
||||
lib/httpd/mod_session_cookie.so
|
||||
${PLIST.ssl}lib/httpd/mod_session_crypto.so
|
||||
lib/httpd/mod_session_dbd.so
|
||||
lib/httpd/mod_setenvif.so
|
||||
lib/httpd/mod_slotmem_plain.so
|
||||
|
|
Loading…
Reference in a new issue