Package: circuslinux
Version: 1.0.3-24
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1] circuslinux does not compile on GNU/Hurd.
This happens because the platform is not recognized, so a "-D" parameter
(without value) is added to the gcc command line, producing an error.
The attached patch makes GNU/Hurd recognized as "LINUX" (which should really
be "UNIX"), just like for GNU/kFreeBSD.

[1] 
http://buildd.debian-ports.org/fetch.php?pkg=circuslinux&arch=hurd-i386&ver=1.0.3-24&stamp=1248386652&file=log&as=raw

Thanks,
-- 
Pino
--- circuslinux-1.0.3.orig/configure
+++ circuslinux-1.0.3/configure
@@ -3140,7 +3140,7 @@
 
 
 case "$target_os" in
-	linux* | k*bsd*-gnu)
+	linux* | k*bsd*-gnu | gnu*)
 	TARGET_DEF=LINUX
 	;;
 
--- circuslinux-1.0.3.orig/configure.in
+++ circuslinux-1.0.3/configure.in
@@ -81,7 +81,7 @@
 
 dnl Target
 case "$target_os" in
-	linux* | k*bsd*-gnu)
+	linux* | k*bsd*-gnu | gnu*)
 	TARGET_DEF=LINUX
 	;;	
 

Reply via email to