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.
This commit is contained in:
Carl Dong 2019-06-10 14:43:12 -04:00
parent 473c6b7c5a
commit 30ea931dee
No known key found for this signature in database
GPG key ID: 0CC52153197991A5

View file

@ -6,7 +6,7 @@ $(package)_sha256_hash=054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc335
$(package)_dependencies=
define $(package)_set_vars
$(package)_config_opts_linux=--with-pic --disable-shared
$(package)_config_opts_linux=--disable-docs --without-xmlto --without-fop --without-xsltproc
endef
define $(package)_preprocess_cmds