From 30ea931dee8e4533c4b8efe00693aebb6fbd78fc Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Mon, 10 Jun 2019 14:43:12 -0400 Subject: [PATCH] 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. --- depends/packages/xtrans.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/packages/xtrans.mk b/depends/packages/xtrans.mk index 1993ff834..6201d1d27 100644 --- a/depends/packages/xtrans.mk +++ b/depends/packages/xtrans.mk @@ -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