diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-28 18:59:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-28 19:09:02 +0200 |
commit | 69f45f358a48821fdfa0294b602163dbfe68c691 (patch) | |
tree | 0bf7854d4b456ce8f0aea4a9b990264d4035b01d /dev-libs/libixion/libixion-9999.ebuild | |
parent | dev-libs/liborcus: Fix bashisms in configure.ac, --disable-static (diff) | |
download | gentoo-69f45f358a48821fdfa0294b602163dbfe68c691.tar.gz gentoo-69f45f358a48821fdfa0294b602163dbfe68c691.tar.bz2 gentoo-69f45f358a48821fdfa0294b602163dbfe68c691.zip |
dev-libs/libixion: Fix bashisms in configure.ac, --disable-static
Reported-by: Matt Whitlock <gentoo@mattwhitlock.name>
Thanks-to: Lars Wendler <polynomial-c@gentoo.org>
Closes: https://bugs.gentoo.org/723128
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libixion/libixion-9999.ebuild')
-rw-r--r-- | dev-libs/libixion/libixion-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 28084226f1e7..e3b55ff91012 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -21,7 +21,7 @@ fi LICENSE="MIT" SLOT="0/0.16" # based on SONAME of libixion.so -IUSE="debug python static-libs +threads" +IUSE="debug python +threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -45,9 +45,9 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-static $(use_enable debug) $(use_enable python) - $(use_enable static-libs static) $(use_enable threads) ) econf "${myeconfargs[@]}" |