diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 10:35:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 10:35:18 (EDT) |
commit | 6f65f62f128548e5bb47d5a825367c28cf510b43 (patch) | |
tree | 49cd76f50acc1aebf239802d0cc605339909c38c | |
parent | 4404b2ff6a1f55b566aeb90b063c788528cd9457 (diff) |
gmake: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | gmake.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -19,3 +19,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -2,6 +2,7 @@ gmake (4.2.1-1) trunk * New upstream version. * Update Maintainer and Homepage fields. + * gmake: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 10:30:43 -0400 @@ -1,4 +1,4 @@ -Build-Depends: gpg, dirmngr, opkhelper-3.0 +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2) Maintainer: "David T. Stanford" <dstanford@daemonbox.net>, Patrick McDermott <patrick.mcdermott@libiquity.com> Homepage: https://www.gnu.org/software/make/ diff --git a/gmake.pkg/control b/gmake.pkg/control index 50d7b57..637bb7c 100644 --- a/gmake.pkg/control +++ b/gmake.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Utility and framework for building applications from source. ${Common-Description} |