diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 01:19:43 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 07:34:30 (EST) |
commit | 8d60dfeb9a161ba00a67f4269ca3f18ebe6e2704 (patch) | |
tree | a4b2f98f3fa7896aa1f9110c8e1ee4ddfc0a80d9 /busybox.pkg/control | |
parent | f0e53e7bb00fee6395f489e2f6162289ecf0f1d9 (diff) |
busybox: Depend on wolfutil for wget "OpenSSL"
opkhelper-3.0 (>= 3.1.3) is needed for proper newline termination of
substvars files by oh-shlibdeps.
Diffstat (limited to 'busybox.pkg/control')
-rw-r--r-- | busybox.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.pkg/control b/busybox.pkg/control index 250e5ea..ed9cc41 100644 --- a/busybox.pkg/control +++ b/busybox.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: any Essential: yes -Depends: ${Shlib-Depends} +Depends: ${Shlib-Depends}, ${Extra-Depends} Description: Multi-call binary that combines many common UNIX utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you |