From ce3e66026594bec0b110419d3b035d9a0bb84eef Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 22 Jun 2019 16:26:35 -0400 Subject: libunistring.0: Remove static library --- (limited to 'build') diff --git a/build b/build index 5132961..805a631 100755 --- a/build +++ b/build @@ -15,7 +15,8 @@ build: configure install: build oh-autoinstall - # Remove GNU Libtool archive files. + # Remove static library and GNU Libtool archive. + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libunistring.a rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libunistring.la # Put all documentation files in /usr/share/doc/libunistring.0/. mv dest/usr/share/doc/libunistring/ dest/usr/share/doc/libunistring.0/ -- cgit v0.9.1