commit: 88bf48e60a417c3588770b243d445b3712ca53d7
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 16:59:51 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:04:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bf48e6
net-misc/wget: simplify configure hack
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/wget/wget-1.21.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index 5188493fdfcb..5ccba5ae93b2 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -84,6 +84,7 @@ src_configure() {
# Further, libunistring is only needed w/older libidn2 installs,
# and since we force the latest, we can force off libunistring. #612498
local myeconfargs=(
+ ac_cv_libunistring=no
--disable-assert
--disable-pcre
--disable-rpath
@@ -104,6 +105,5 @@ src_configure() {
$(use_with uuid libuuid)
$(use_with zlib)
)
- ac_cv_libunistring=no \
econf "${myeconfargs[@]}"
}