Source: libidn2
Version: 2.3.2-2
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

libidn2 cannot be built for musl, because its gettext check is broken.
That's fixed in the macro now, but libidn2 needs to opt into the fix.
Please consider applying the attached patch.

Helmut
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,8 @@
 ])

 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.19.3])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+AM_GNU_GETTEXT_VERSION([0.19.6])

 AX_CODE_COVERAGE

Reply via email to