diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 23:19:54 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-01 23:20:40 (EDT) |
commit | f91f05cf92559923b5efb3bfd17958993a105cb3 (patch) | |
tree | c35325f32c4365fc4bef6673c82f376cf646cff2 | |
parent | 0f579e78ab29aa24e4c9fb43a27571c9f173b3e8 (diff) |
libmpfr.6: Remove static library
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | libmpfr-dev.pkg/files | 1 |
3 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ build: install: build oh-autoinstall rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libmpfr.la' + rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libmpfr.a' rm -f dest/usr/share/info/dir oh-fixperms oh-strip @@ -4,6 +4,7 @@ mpfr (4.0.2-1) trunk * Add self to maintainers. * Update homepage. * libmpfr.4: Replace with libmpfr.6. + * libmpfr-dev: Remove static library. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 01 May 2019 22:49:13 -0400 diff --git a/libmpfr-dev.pkg/files b/libmpfr-dev.pkg/files index c33cac7..0479fdc 100644 --- a/libmpfr-dev.pkg/files +++ b/libmpfr-dev.pkg/files @@ -1,4 +1,3 @@ /usr/include /usr/lib/*/libmpfr.so -/usr/lib/*/libmpfr.a /usr/lib/*/pkgconfig |