From d2113588d8c73e7ce7234bc96b03d9e03d1cff0d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 03 Jan 2021 03:37:59 -0500 Subject: 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. --- 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} -- cgit v0.9.1