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 cbfcf71 commit 238b2e3Copy full SHA for 238b2e3
CMakeLists.txt
@@ -196,7 +196,7 @@ endif()
196
# Install OpenLDAP
197
set(OPENLDAP_VERSION 2.6.10)
198
set(OPENLDAP_URL https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${OPENLDAP_VERSION}.tgz
199
- https://mirror.koddos.net/OpenLDAP/openldap-release/openldap-${OPENLDAP_VERSION}.tgz)
+ https://mirror.lyrahosting.com/OpenLDAP/openldap-release/openldap-${OPENLDAP_VERSION}.tgz)
200
set(OPENLDAP_INSTALL_DIR ${CMAKE_BINARY_DIR}/openldap-install)
201
set(OPENLDAP_STATIC_LIB_LDAP ${OPENLDAP_INSTALL_DIR}/lib/libldap.a)
202
set(OPENLDAP_STATIC_LIB_LBER ${OPENLDAP_INSTALL_DIR}/lib/liblber.a)
0 commit comments