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:
parent
473c6b7c5a
commit
30ea931dee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue