diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-03 03:37:59 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-03 03:39:51 (EST) |
commit | d2113588d8c73e7ce7234bc96b03d9e03d1cff0d (patch) | |
tree | fe1594394e0fdf02e8573f6482eadee6563364e0 | |
parent | 5d994298d977257b352645537a4a88199c0f32f1 (diff) |
libcurl.4: Work around oh-shlibdeps limitation
It can't find packages that provide libraries that are managed by
update-alternatives. It should dereference links, then search for
packages that provide the regular files.
-rw-r--r-- | libcurl.4.pkg/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control index 29aaace..1dd63ad 100644 --- a/libcurl.4.pkg/control +++ b/libcurl.4.pkg/control @@ -1,7 +1,8 @@ Architecture: any Platform: all Section: lib -Depends: curl.4-common (= ${Source-Version}), ${Shlib-Depends}, +Depends: curl.4-common (= ${Source-Version}), + libwolfssl.24:${Host-Arch}, ${Shlib-Depends}, nss-certdata-server-auth Description: Client-side URL transfer library ${Libcurl-Description} |