Skip to content

Commit bc948d4

Browse files
committed
Merge #16183: depends: xtrans: Configure flags cleanup.
30ea931 depends: xtrans: Configure flags cleanup. (Carl Dong) Pull request description: ``` xtrans does not understand the --with-pic and --disable-shared flags we pass it because it is not a library. Instead, we should pass it flags that disable features/packages we're not using so they don't get a chance to sneak in. ``` Here's a comparison of stdout and stderr of `make -j(nproc) V=1 xtrans_built` before and after this PR: https://gist.github.com/dongcarl/4ebf6fe9985ebc1508190f75932e4237 ACKs for top commit: fanquake: ACK 30ea931 Tree-SHA512: 49e060dffbae8c148c1164b493d03e7db4f260e7746d94c783377185c665e16fb6638827473709ed543eb266cc293d2313f61ade05ee8af4edb0bfbda0d1f785
2 parents 21bd6eb + 30ea931 commit bc948d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/xtrans.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(package)_sha256_hash=054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc335
66
$(package)_dependencies=
77

88
define $(package)_set_vars
9-
$(package)_config_opts_linux=--with-pic --disable-shared
9+
$(package)_config_opts_linux=--disable-docs --without-xmlto --without-fop --without-xsltproc
1010
endef
1111

1212
define $(package)_preprocess_cmds

0 commit comments

Comments
 (0)