diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 21:46:06 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-06 21:46:06 (EDT) |
commit | e9299f830498ecb58314ee667a53ba9b6be6dc92 (patch) | |
tree | 7810383fd562f750f17379db47a991763a0237d6 | |
parent | 9a1b3d97f90a9e7ab2ce6bd2ff1f7d4a308bfa48 (diff) |
Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | bzip2.pkg/control | 2 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libbz2.1.0.pkg/control | 1 |
4 files changed, 4 insertions, 2 deletions
@@ -44,3 +44,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/bzip2.pkg/control b/bzip2.pkg/control index e23c507..b6b0a75 100644 --- a/bzip2.pkg/control +++ b/bzip2.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libbz2.1.0 (= ${Binary-Version}) +Depends: libbz2.1.0 (= ${Binary-Version}), ${Shlib-Depends} Replaces: busybox (<< 1.21.1-6) Conflicts: busybox (<< 1.21.1-6) Description: High-quality data compression utilities @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 3.0.0-beta7), opkhelper-3.0 +Build-Depends: opkbuild (>= 3.0.0-beta7), opkhelper-3.0 (>= 3.1.2) Homepage: https://sourceware.org/bzip2/ diff --git a/libbz2.1.0.pkg/control b/libbz2.1.0.pkg/control index d7ad2a1..e8a6840 100644 --- a/libbz2.1.0.pkg/control +++ b/libbz2.1.0.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: High-quality data compression library ${Common-Description} . |