summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 731bad7fa02c..84e368a3acfb 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1290,7 +1290,7 @@ $(call gb_LinkTarget_use_external,$(1),openssl)
$(call gb_LinkTarget_use_libraries,$(1),\
secur32 \
ws2_32 \
- $(if $(filter YES,$(WITH_LDAP)),ldap) \
+ $(if $(filter YES,$(WITH_LDAP)),ldap50) \
)
endif