[Pkg-pdns-maintainers] Bug#752678: pdns: FTBFS on hurd-i386

Svante Signell svante.signell at gmail.com
Wed Jun 25 14:44:51 UTC 2014


Source: pdns
Version: 3.3.1-4
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hi,

pdns fails to build from source on GNU/Hurd due to two
reasons:

1) pdns/arguments.cc: PATH_MAX is not defined on GNU/Hurd. Replace that
construct with the usage of the *.length() method of
params["include-dir"] together with strlen() (and allocating space for /
and the string terminating \0).

2) pdns/nameserver.c: IPV6_RECVPKTINFO is not defined on GNU/Hurd, use
IPV6_RXINFO instead.

The attached patch fixes these problems.

Thanks!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-hurd-ftbfs
Type: text/x-patch
Size: 2319 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-pdns-maintainers/attachments/20140625/ce9edf50/attachment.bin>


More information about the Pkg-pdns-maintainers mailing list