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 f05fbd4 commit f643224Copy full SHA for f643224
depends/packages/libXext.mk
@@ -14,7 +14,7 @@ define $(package)_preprocess_cmds
14
endef
15
16
define $(package)_config_cmds
17
- $($(package)_autoconf)
+ PKG_CONFIG="`which pkg-config` --static" $($(package)_autoconf)
18
19
20
define $(package)_build_cmds
0 commit comments