diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-14 15:15:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-14 15:15:47 +0100 |
| commit | ea837908b6bdf79f3c49763bc68f19f4867a8898 (patch) | |
| tree | c453e5ed5bb0734b9c12328491d3a88512872341 /src/library_list.h | |
| parent | a1573835dd4d0845ad534bda75008901187ae93a (diff) | |
| download | box64-ea837908b6bdf79f3c49763bc68f19f4867a8898.tar.gz box64-ea837908b6bdf79f3c49763bc68f19f4867a8898.zip | |
Added wrapped libldap_r and liblber (helps wine)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 4 |
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) |