Package: orc
Version: 0.4.3-2
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1] orc does not build on GNU/Hurd. The problem is the missing
backend for code allocation.
The attached patch fixes the issue, making use of mmap on GNU/Hurd. (It will
build, although with few tests failing.)

[1] 
https://buildd.debian.org/fetch.cgi?pkg=orc&arch=hurd-i386&ver=0.4.3-2&stamp=1261114308&file=log&as=raw

Thanks,
-- 
Pino
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@
   mingw*|pw32*|cygwin*)
     AC_DEFINE(HAVE_CODEMEM_MALLOC, 1, [Use malloc to allocate code for 
execution])
     ;;
-  linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*)
+  linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|gnu*)
     AC_DEFINE(HAVE_CODEMEM_MMAP, 1, [Use mmap to allocate code for execution])
     ;;
   *)

Reply via email to