diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |