Barry deFreese wrote:
> libxml-xerces-perl fails to build on Debian GNU/Hurd. By adding the
> following to build-tree/XML-Xerces-2.7.0-0/Makefile.PL it builds.
>
>if ($^O eq 'linux') {
> $OS_DEF = '-DXML_LINUX';
>} elsif($^O eq 'gnukfreebsd') {
> $OS_DEF = '-DXML_LINUX';
>}
Package: libxml-xerces-perl
Version: 2.7.0-0-7
Severity: normal
Hi,
libxml-xerces-perl fails to build on Debian GNU/Hurd. By adding the
following to build-tree/XML-Xerces-2.7.0-0/Makefile.PL it builds.
if ($^O eq 'linux') {
$OS_DEF = '-DXML_LINUX';
} elsif($^O eq 'gnukfreebsd') {
2 matches
Mail list logo