diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 22:26:57 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 23:10:14 (EDT) |
commit | 0f794a3a1739f40997aec0c92611db3034dea42d (patch) | |
tree | 2836a2e59a4346311f6bfe14cc9e45337bdbe84e /wolfutil.pkg/control | |
parent | c45a66a32eeeb07dd1b33234f7033d3a98f41b39 (diff) |
wolfutil: 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.
Diffstat (limited to 'wolfutil.pkg/control')
-rw-r--r-- | wolfutil.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wolfutil.pkg/control b/wolfutil.pkg/control index bd12835..84b2c6f 100644 --- a/wolfutil.pkg/control +++ b/wolfutil.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Section: util -Depends: ${Shlib-Depends} +Depends: libwolfssl.24:${Host-Arch}, ${Shlib-Depends} Description: Command-line TLS client utility wolfutil is a command-line tool for the wolfSSL embedded (SSL/)TLS library. It is similar to the OpenSSL command-line tool, providing only |