Package: regina Version: 3.3-5 Severity: normal Hi,
regina currently fails to build on Debian GNU/Hurd because the triplet looks for *hurd* instead of *gnu*. Attached is a minor patch to resolve this.
Thank you, Barry deFreese
diff -u regina-3.3/configure regina-3.3/configure --- regina-3.3/configure +++ regina-3.3/configure @@ -4210,7 +4210,7 @@ OTHER_INSTALLS="installabilib" USE_ABI="yes" ;; - *hurd*) + *gnu*) LD_RXLIB_A1="${CC} -shared -o \$(@)" LD_RXLIB_A2="${CC} -shared -o \$(@)" LD_RXLIB_B1="-L. -l${SHLFILE}"