From 683b7d7a3fc1b9240333faf3d04497aa61583016 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Thu, 18 Apr 2019 13:49:11 -0400 Subject: 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. --- depends/packages/libXau.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'depends/packages/libXau.mk') diff --git a/depends/packages/libXau.mk b/depends/packages/libXau.mk index ce42140689..0e4a60ad25 100644 --- a/depends/packages/libXau.mk +++ b/depends/packages/libXau.mk @@ -25,3 +25,7 @@ endef define $(package)_stage_cmds $(MAKE) DESTDIR=$($(package)_staging_dir) install endef + +define $(package)_postprocess_cmds + rm lib/*.la +endef -- cgit v1.2.3