summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
-rw-r--r--changelog1
2 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index 3090766..d9f3b75 100755
--- a/build
+++ b/build
@@ -18,6 +18,7 @@ install: build
oh-autoinstall
oh-fixperms
oh-strip
- rm -rf dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.la
+ rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.la
+ rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libgmp.a
rm -f dest/usr/share/info/dir
oh-installfiles
diff --git a/changelog b/changelog
index 9751f61..139482f 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,7 @@ gmp (6.1.2-1) trunk
* New upstream version.
* Add self to maintainers.
* Update homepage.
+ * libgmp-dev: Remove static library.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 01 May 2019 19:23:40 -0400