mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-29 19:22:28 +01:00
build: Small libxcb.mk improvements
This commit is contained in:
parent
5129b36573
commit
173ef8980d
@ -23,7 +23,7 @@ $(package)_config_opts += --disable-xv --disable-xvmc
|
||||
endef
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux &&\
|
||||
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux && \
|
||||
sed "s/pthread-stubs//" -i configure
|
||||
endef
|
||||
|
||||
@ -40,5 +40,5 @@ define $(package)_stage_cmds
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm -rf share/man share/doc lib/*.la
|
||||
rm -rf share lib/*.la
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user