[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#647765: galax: FTBFS on hurd-i386: OS/host not recognized



Package: galax
Version: 1.1-9
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hi,

currently[1], galax fails to build on GNU/Hurd.

The problem is due to the host not recognized when setting OS-specific
commands and extensions in configure.
The attached patch adds also the case for Hurd (trying to avoid a too
broad match of the "gnu" string), making galax compile fine.

[1] https://buildd.debian.org/status/fetch.php?pkg=galax&arch=hurd-i386&ver=1.1-9&stamp=1317000518

Thanks,
-- 
Pino
--- a/configure
+++ b/configure
@@ -1312,7 +1312,7 @@
 echo "Setting commands for host: $host"
 
 case "$host" in
-	*linux*|*freebsd*|*osf*|*solaris*|*irix*)
+	*linux*|*freebsd*|*osf*|*solaris*|*irix*|*-*-gnu*)
 		arch_EXE=
 		arch_DLL=.so
 		arch_JNIDLL=$arch_DLL

Reply to: