summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
-rw-r--r--changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 7bc6e98..37b6682 100755
--- a/build
+++ b/build
@@ -13,6 +13,7 @@ build:
install: build
oh-autoinstall
rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libfakeroot.la'
+ rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libfakeroot.a'
oh-fixperms
oh-strip
oh-installfiles
diff --git a/changelog b/changelog
index 4c1f744..f541630 100644
--- a/changelog
+++ b/changelog
@@ -7,6 +7,7 @@ fakeroot (1.23-1) trunk
issue (now changed upstream).
* patches/01_fix-unconditional-use-of-libcap-types.patch: New patch to fix
build issue without libcap.
+ * fakeroot: Remove static library.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 17:59:56 -0400