We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5129b36 commit 173ef89Copy full SHA for 173ef89
depends/packages/libxcb.mk
@@ -23,7 +23,7 @@ $(package)_config_opts += --disable-xv --disable-xvmc
23
endef
24
25
define $(package)_preprocess_cmds
26
- cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux &&\
+ cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux && \
27
sed "s/pthread-stubs//" -i configure
28
29
@@ -40,5 +40,5 @@ define $(package)_stage_cmds
40
41
42
define $(package)_postprocess_cmds
43
- rm -rf share/man share/doc lib/*.la
+ rm -rf share lib/*.la
44
0 commit comments