summaryrefslogtreecommitdiff
path: root/package/openldap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:16:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 19:16:00 +0100
commitc463d06fc3f8f3cd2f48f2cf697c375473e02577 (patch)
tree8907c4a55384d6937fd049272f4f82af918db417 /package/openldap
parent3a18ab3a38e9f98afc1a94646daf99b44e42867b (diff)
override default libexec dir
Diffstat (limited to 'package/openldap')
-rw-r--r--package/openldap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile
index f9a34f891..8b53713cb 100644
--- a/package/openldap/Makefile
+++ b/package/openldap/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= openldap
PKG_VERSION:= 2.4.23
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 90150b8c0d0192e10b30157e68844ddf
PKG_DESCR:= OpenLDAP client libraries
PKG_SECTION:= libs
@@ -33,8 +33,8 @@ $(eval $(call PKG_template,LIBOPENLDAP,libopenldap,${PKG_VERSION}-${PKG_RELEASE}
$(eval $(call PKG_template,OPENLDAP_UTILS,openldap-utils,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_OPENLDAP_UTILS},${PKGSD_OPENLDAP_UTILS},${PKGSC_OPENLDAP_UTILS}))
$(eval $(call PKG_template,OPENLDAP_SLAPD,openldap-slapd,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_OPENLDAP_SLAPD},${PKGSD_OPENLDAP_SLAPD},${PKGSC_OPENLDAP_SLAPD}))
-PKG_CONFIGURE_OPTIONS+= \
- --enable-slapd \
+PKG_CONFIGURE_OPTIONS+= --enable-slapd \
+ --libexecdir=/usr/sbin \
--enable-bdb \
--disable-hdb \
--disable-relay \