Skip to content

Commit 30ea931

Browse files
committed
depends: xtrans: Configure flags cleanup.
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.
1 parent 473c6b7 commit 30ea931

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)