summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index 5f35cd8..334a6c4 100755
--- a/build
+++ b/build
@@ -16,8 +16,10 @@ 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)/libsigsegv.a
rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libsigsegv.la
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps