summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-01 19:35:28 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-01 19:35:28 (EDT)
commite6940e551211609652b33ef3c5293fbd4b4641f6 (patch)
treec7762c3043dfacc279513365f12d116a2e7f2cff
parent298f77157d4e98f60f83f28f6cd9d73760401a80 (diff)
build: Remove static library
-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