diff options
author | Carl Dong <accounts@carldong.me> | 2019-04-18 13:49:11 -0400 |
---|---|---|
committer | Carl Dong <accounts@carldong.me> | 2019-05-28 11:02:42 -0400 |
commit | 683b7d7a3fc1b9240333faf3d04497aa61583016 (patch) | |
tree | 76237925723b5850a00f9703121a7883f84384d6 /depends/packages/libxcb.mk | |
parent | 14209286df4a91a0e6738268339ba667d868a11f (diff) |
depends: Purge libtool archives
We use pkg-config where we can, which generally replaces libtool at a
higher level and does not have the same downsides as libtool. These
archives sit in our depends tree with no purpose and pollute the final
bitcoin build with massive overlinking.
Diffstat (limited to 'depends/packages/libxcb.mk')
-rw-r--r-- | depends/packages/libxcb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/libxcb.mk b/depends/packages/libxcb.mk index 3ddd5a7dd9..9402951826 100644 --- a/depends/packages/libxcb.mk +++ b/depends/packages/libxcb.mk @@ -32,5 +32,5 @@ define $(package)_stage_cmds endef define $(package)_postprocess_cmds - rm -rf share/man share/doc + rm -rf share/man share/doc lib/*.la endef |