mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -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
|
||||
|
||||
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…
Add table
Reference in a new issue