Package: cairo
Version: 1.10.2-1
Severity: important
Tags: experimental patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently[1] cairo/exp does not on compile on Debian/Hurd.
The problem is that the support for LD_PRELOAD is not enabled on hurd,
so cairo-trace is not compiled and then dh_install fails.
Given LD_PRELOAD works on Hurd, it can be enabled in cairo. The attached patch
does this job.

[1] 
https://buildd.debian.org/fetch.cgi?pkg=cairo&arch=hurd-i386&ver=1.10.2-1&stamp=1293736775&file=log&as=raw

Can you also please forward it upstream?

Thanks,
-- 
Pino
Index: cairo-1.10.2/configure.ac
===================================================================
--- cairo-1.10.2.orig/configure.ac	2010-12-31 12:09:19.000000000 +0100
+++ cairo-1.10.2/configure.ac	2010-12-31 12:49:01.000000000 +0100
@@ -709,7 +709,7 @@
 dnl that are known to work.
 
 case $host in
-*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*)
+*-linux*|*-*bsd*|*-solaris*|*-*-darwin*|*-dragonfly*|*-*-gnu*)
 	have_ld_preload="yes"
 	;;
 *)

Reply via email to