about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-11-14 15:15:47 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-11-14 15:15:47 +0100
commitea837908b6bdf79f3c49763bc68f19f4867a8898 (patch)
treec453e5ed5bb0734b9c12328491d3a88512872341 /src/library_list.h
parenta1573835dd4d0845ad534bda75008901187ae93a (diff)
downloadbox64-ea837908b6bdf79f3c49763bc68f19f4867a8898.tar.gz
box64-ea837908b6bdf79f3c49763bc68f19f4867a8898.zip
Added wrapped libldap_r and liblber (helps wine)
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_list.h b/src/library_list.h
index cbfdf2fe..e25b8d88 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -155,8 +155,8 @@ GO("libcups.so.2", libcups)
 //GO("libwayland-client.so.0", waylandclient)
 GO("libxml2.so.2", xml2)
 //GO("libxslt.so.1", xslt)
-//GO("libldap_r-2.4.so.2", ldapr)
-//GO("liblber-2.4.so.2", lber)
+GO("libldap_r-2.4.so.2", ldapr)
+GO("liblber-2.4.so.2", lber)
 //GO("libnsl.so.1", nsl)
 //GO("liblcms2.so.2", lcms2)
 GO("libkrb5.so.3", krb5)