mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/axel: Fix passing of nls configure option
thanks René Rhéaume for the patch Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562534 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -35,7 +35,7 @@ src_configure() {
|
||||
local myconf=()
|
||||
|
||||
use debug && myconf+=( --debug=1 )
|
||||
use nls && myconf+=( --i18n=$(usex nls 1 0) )
|
||||
myconf+=( --i18n=$(usex nls 1 0) )
|
||||
econf \
|
||||
--strip=0 \
|
||||
${myconf[@]}
|
||||
|
||||
Reference in New Issue
Block a user