- Back out the OPTIONS framework for now. Makefile.modules MODULES options
also be in OPTIONS or they aren't passed to make. Thats one huge subtlety. I'll fix this later, but don't have time now. Reported by: kevin brintnall <kbrint@qwest.net> via e-mail Pointy hat: myself With Hat: apache@
This commit is contained in:
parent
77f988ba69
commit
f534c1ac32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253929
@ -36,16 +36,18 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.*
|
||||
caudium-devel-1.* caudium10-1.* caudium12-1.* caudium14-1.* \
|
||||
ru-apache+mod_ssl-1.* ru-apache-1.*
|
||||
|
||||
OPTIONS= \
|
||||
IPV6 "Enable IPv6 support" On \
|
||||
BDB "Enable BerkeleyDB dbm" Off \
|
||||
KQUEUE_SUPPORT "Enable kqueue in bundled apr" Off \
|
||||
SSL "Enable SSL support" On \
|
||||
SSL_EXPERIMENTAL_ENGINE "Use Experimental SSL engine" Off \
|
||||
DEBUG "Enable debugging" Off \
|
||||
EXCEPTION_HOOK "Enable Exception Hook" On \
|
||||
LDAP "Enable LDAP Support" Off \
|
||||
THREADS "Enable threads in apr" Off
|
||||
## XXX: Every possible option for things in Makefile.modules needs to be
|
||||
## XXX: in OPTIONS too, or its not passed to make.
|
||||
#OPTIONS= \
|
||||
# IPV6 "Enable IPv6 support" On \
|
||||
# BDB "Enable BerkeleyDB dbm" Off \
|
||||
# KQUEUE_SUPPORT "Enable kqueue in bundled apr" Off \
|
||||
# SSL "Enable SSL support" On \
|
||||
# SSL_EXPERIMENTAL_ENGINE "Use Experimental SSL engine" Off \
|
||||
# DEBUG "Enable debugging" Off \
|
||||
# EXCEPTION_HOOK "Enable Exception Hook" On \
|
||||
# LDAP "Enable LDAP Support" Off \
|
||||
# THREADS "Enable threads in apr" Off
|
||||
|
||||
.if defined(WITH_KQUEUE_SUPPORT)
|
||||
EXTRA_PATCHES+= ${FILESDIR}/exp-apr-kqueue.patch
|
||||
|
Loading…
Reference in New Issue
Block a user