Source: texlive-bin Version: 2025.20250727.75242+ds-4 Severity: important Tags: patch ftbfs X-Debbugs-Cc: [email protected] User: [email protected] Usertags: hurd-i386
Hello, hurd-i386 needs the same fix as linux-i386, so DEB_HOST_ARCH_CPU should be used instead of DEB_HOST_ARCH, as the attached patch does. (btw, there is another --with-system-zzlib further up in the configure call, fortunately overriden by --without-system-zziplib) Samuel
--- debian/rules.original 2025-08-19 01:24:09.000000000 +0200 +++ debian/rules 2025-08-19 09:12:45.000000000 +0200 @@ -57,7 +57,7 @@ ZZIPLIB=--with-system-zziplib -ifeq ($(DEB_HOST_ARCH), i386)) +ifeq ($(DEB_HOST_ARCH_CPU), i386)) # Not use system zziplib on i386 arches. ZZIPLIB=--without-system-zziplib endif

