From f91f05cf92559923b5efb3bfd17958993a105cb3 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 May 2019 23:19:54 -0400 Subject: libmpfr.6: Remove static library --- diff --git a/build b/build index 90c4b5d..faaf951 100755 --- a/build +++ b/build @@ -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 diff --git a/changelog b/changelog index 982cf57..6765c44 100644 --- a/changelog +++ b/changelog @@ -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 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 -- cgit v0.9.1