diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 19:35:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 19:35:59 (EDT) |
commit | cdbc0ae850d8cdbe115b6378cc207c904daa9c42 (patch) | |
tree | da340534460d682eb4e7e6d0f832339a9e94f5a3 | |
parent | e6940e551211609652b33ef3c5293fbd4b4641f6 (diff) |
libgmp.10: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libgmp.10.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -22,3 +22,4 @@ install: build rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.a rm -f dest/usr/share/info/dir oh-installfiles + oh-shlibdeps @@ -4,6 +4,7 @@ gmp (6.1.2-1) trunk * Add self to maintainers. * Update homepage. * libgmp-dev: Remove static library. + * libgmp.10: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 01 May 2019 19:23:40 -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: Patrick McDermott <patrick.mcdermott@libiquity.com>, "David T. Stanford" <dstanford@daemonbox.net> Homepage: https://gmplib.org/ diff --git a/libgmp.10.pkg/control b/libgmp.10.pkg/control index 590ac5c..c1f6c40 100644 --- a/libgmp.10.pkg/control +++ b/libgmp.10.pkg/control @@ -1,3 +1,4 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: ${Common-Description} |