diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 19:58:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 19:58:18 (EDT) |
commit | 436a76f3d0c029631ab1c8cd4ea7c94284ff2349 (patch) | |
tree | e06b436eefe2333228e67eea6a64fc0bd8a3389b | |
parent | 08ebdeba39eed7fc4c86852667365626edf09c86 (diff) |
fakeroot: Remove libfakeroot.a
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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 |