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/fontconfig.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/fontconfig.mk')
-rw-r--r-- | depends/packages/fontconfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/packages/fontconfig.mk b/depends/packages/fontconfig.mk index d0996b4534..293631739d 100644 --- a/depends/packages/fontconfig.mk +++ b/depends/packages/fontconfig.mk @@ -26,3 +26,7 @@ endef define $(package)_stage_cmds $(MAKE) DESTDIR=$($(package)_staging_dir) install endef + +define $(package)_postprocess_cmds + rm lib/*.la +endef |