diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 08:29:50 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 08:29:50 (EST) |
commit | 93a4cfd44ba3d8a68eaea7bf8001f452d69ea2e9 (patch) | |
tree | a86ec662aa5e5c6dd1ce309f37a2dcaeda036b9c /busybox.pkg/control | |
parent | 474ffa5d3a1a8f05f0c382b1e8880c50f27dc452 (diff) |
busybox: Use 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 8661cc1..250e5ea 100644 --- a/busybox.pkg/control +++ b/busybox.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: any Essential: yes -Depends: libc.6 [any-any-glibc] +Depends: ${Shlib-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 |