diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:48:57 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:48:57 (EST) |
commit | f3b52520da1570fcf085cdf55fdc1141dce61b6c (patch) | |
tree | 7fb9b046d339f4435069499a1fc334329f1e06de | |
parent | 8395a405ca208d43c35023850a1f0cf9a052a10a (diff) |
Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | libpkgconf.3.pkg/control | 1 | ||||
-rw-r--r-- | pkgconf.pkg/control | 1 |
5 files changed, 6 insertions, 1 deletions
@@ -18,3 +18,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -5,6 +5,7 @@ pkgconf.3 (1.7.3-1) trunk * libpkgconf.3, libpkgconf.3-dev: New packages. * Source package renamed to pkgconf.3. * pkgconf: Fix self-dependency. + * Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 21 Dec 2020 11:21:19 -0500 @@ -1,3 +1,4 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.0), busybox (>= 1.32.0-1), opkhelper-3.0 +Build-Depends: opkbuild (>= 4.0.0), busybox (>= 1.32.0-1), + opkhelper-3.0 (>= 3.1.3) Homepage: http://pkgconf.org/ diff --git a/libpkgconf.3.pkg/control b/libpkgconf.3.pkg/control index b57d271..57bacd0 100644 --- a/libpkgconf.3.pkg/control +++ b/libpkgconf.3.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Compiler and linker configuration library - development files ${Common-Description} . diff --git a/pkgconf.pkg/control b/pkgconf.pkg/control index 2f77ce6..151ba39 100644 --- a/pkgconf.pkg/control +++ b/pkgconf.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Compiler and linker configuration utility ${Common-Description} |