diff options
author | Erich Eckner <git@eckner.net> | 2021-12-04 21:44:14 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-12-04 21:44:14 +0100 |
commit | 8c1212bfa84216ff8a320e587ba26ea98089937c (patch) | |
tree | 4cdfc9b0ab8d7673b778bc1bf7a995f9e17c8669 /alpine/PKGBUILD | |
parent | b1619feb35fb57241972a69378182f60dbe557f4 (diff) | |
download | archlinuxewe-8c1212bfa84216ff8a320e587ba26ea98089937c.tar.xz |
alpine: fix _pinned_dependencies
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r-- | alpine/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index bb6521027..81fd3329f 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -14,6 +14,7 @@ _pinned_dependencies=( 'libcrypt.so=2' 'libgssapi_krb5.so=2' 'libkrb5.so=3' + 'libldap=2.6.0' 'libncursesw.so=6' 'openssl=1.1.1.l' ) |