Disable FETCH support by default, as it adds a new requirement to fetch(3)

library which is unexpected by most applications.
This commit is contained in:
Xin LI 2011-03-28 20:45:41 +00:00
parent 8af9ee0628
commit 42187a24f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271949

View file

@ -39,12 +39,12 @@ WANT_OPENLDAP_VER?= 24
BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 0
PORTREVISION_CLIENT= 1
PORTREVISION_SERVER= 0
OPENLDAP_SHLIB_MAJOR= 8
OPTIONS= SASL "With (Cyrus) SASL2 support" off \
FETCH "Enable fetch(3) support" on
FETCH "Enable fetch(3) support" off
.if !defined(CLIENT_ONLY)
OPTIONS+= DYNACL "Run-time loadable ACL (experimental)" off \