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