0
0
Fork 0
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:
Hennadii Stepanov 2021-03-07 23:17:28 +02:00
parent 5129b36573
commit 173ef8980d
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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