Source: bind9
Version: 1:9.9.5.dfsg-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

bind9 does not compile on Hurd since version 9.9.5 [1].

The problem is much like kFreeBSD's #741285, i.e. missing LDFLAGS when
having ldopen.

The attached patch extends the fix of #741285 to properly cover Hurd
as well, whose GNU triplet is like "i686-unknown-gnu0.5".

[1] 
https://buildd.debian.org/status/fetch.php?pkg=bind9&arch=hurd-i386&ver=1%3A9.9.5.dfsg-4&stamp=1398846530

Thanks,
-- 
Pino
--- a/configure.in
+++ b/configure.in
@@ -3568,7 +3568,7 @@ fi
 
 if test "$dlopen" = "yes"; then
 	case $host in
-		*-linux*|*-gnu)
+		*-linux*|*-gnu*)
 			SO_CFLAGS="-fPIC"
 			if test "$have_dl" = "yes"
 			then

Reply via email to