mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-13 11:25:02 -05:00
build: Small libxcb.mk improvements
This commit is contained in:
parent
5129b36573
commit
173ef8980d
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ $(package)_config_opts += --disable-xv --disable-xvmc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_preprocess_cmds
|
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
|
sed "s/pthread-stubs//" -i configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -40,5 +40,5 @@ define $(package)_stage_cmds
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_postprocess_cmds
|
define $(package)_postprocess_cmds
|
||||||
rm -rf share/man share/doc lib/*.la
|
rm -rf share lib/*.la
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Add table
Reference in a new issue