We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d122584 commit 49aedb5Copy full SHA for 49aedb5
CMakeLists.txt
@@ -205,7 +205,7 @@ ExternalProject_Add(
205
openldap_external
206
URL ${OPENLDAP_URL}
207
PREFIX ${CMAKE_BINARY_DIR}/openldap
208
- CONFIGURE_COMMAND ./configure --prefix=${OPENLDAP_INSTALL_DIR} --disable-shared --enable-static --without-tls --disable-docs --disable-manual
+ CONFIGURE_COMMAND ./configure --prefix=${OPENLDAP_INSTALL_DIR} --disable-shared --enable-static --without-tls --disable-slapd --disable-docs --disable-manual
209
BUILD_IN_SOURCE 1
210
BUILD_BYPRODUCTS ${OPENLDAP_STATIC_LIB_LDAP} ${OPENLDAP_STATIC_LIB_LBER}
211
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
0 commit comments