diff options
author | Carl Dong <contact@carldong.me> | 2019-06-10 14:43:12 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2019-06-12 10:55:39 -0400 |
commit | 30ea931dee8e4533c4b8efe00693aebb6fbd78fc (patch) | |
tree | a196cbd743980d78338021ab350b3dd698495a0c /depends | |
parent | 473c6b7c5ab0e041c6a3f9f3609f9cd8c40a6542 (diff) |
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.
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/xtrans.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/xtrans.mk b/depends/packages/xtrans.mk index 1993ff8344..6201d1d270 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 |