diff options
-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} |