From 6f65f62f128548e5bb47d5a825367c28cf510b43 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 31 May 2019 10:35:18 -0400 Subject: gmake: Use oh-shlibdeps --- diff --git a/build b/build index df967ee..80c72d3 100755 --- a/build +++ b/build @@ -19,3 +19,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index 7b188ba..b133f1c 100644 --- a/changelog +++ b/changelog @@ -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 Fri, 31 May 2019 10:30:43 -0400 diff --git a/control b/control index 820c5c4..385e013 100644 --- a/control +++ b/control @@ -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" , Patrick McDermott 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} -- cgit v0.9.1