summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit6f65f62f128548e5bb47d5a825367c28cf510b43 (patch)
tree49cd76f50acc1aebf239802d0cc605339909c38c
parent4404b2ff6a1f55b566aeb90b063c788528cd9457 (diff)
gmake: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--gmake.pkg/control1
4 files changed, 4 insertions, 1 deletions
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 <patrick.mcdermott@libiquity.com> 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" <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}