Package: libapache-db-perl / 0.14-3

Metadata

Package Version Patches format
libapache-db-perl 0.14-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hurd.patch | (download)

DB.xs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on gnu/hurd

Building Apache-DB on GNU/Hurd fails[1]:

  DB.xs: In function 'XS_DB_ApacheSIGINT':
  DB.xs:60: error: too many arguments to function 'ApacheSIGINT'

In /usr/lib/perl/5.10/CORE/iperlsys.h, Sighandler_t is defined to take three
arguments only when HAS_SIGACTION and SA_SIGINFO are defined.  This patch adds
these conditions to DB.xs as well.

[1] <https://buildd.debian.org/fetch.cgi?pkg=libapache-db-perl&arch=hurd-i386&ver=0.14-1&stamp=1281706853&file=log&as=raw>