summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 18:32:52 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 18:32:52 (EDT)
commit1dbfccd75866859f19bd4219f6b8ed8550ff768b (patch)
tree71d699c85c07a86784d75ba0da5c420a044f8b5c /build
parent3d3aaec825d4ad0387bd03c647d536c20f952564 (diff)
libtcl8.6-dev: Remove static library
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index d5c1a88..e2ec593 100755
--- a/build
+++ b/build
@@ -34,6 +34,8 @@ install: build
# libtcl8.6.so.0: cannot open shared object file: No such file or
# directory
ln -sf libtcl$(V).so dest/usr/lib/$(OPK_HOST_ARCH)/libtcl$(V).so.0
+ # Remove static library.
+ rm dest/usr/lib/$(OPK_HOST_ARCH)/libtcl$(V).a
# Move tcl*Config.sh.
mkdir -p dest/usr/lib/$(OPK_HOST_ARCH)/$(OPK_SOURCE)
mv dest/usr/lib/$(OPK_HOST_ARCH)/tcl*Config.sh \