RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9ba256eac5fbeaa5fa5d69abff51be353aa2b3d0 Author: David Tardon <[email protected]> Date: Wed May 30 10:20:46 2012 +0200 fix ldap library name Change-Id: Id1294ab2232821eaa9ca5fb37b0f504c828b6f48 diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 731bad7..84e368a 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
