Bug#718280: libev-perl: forcing of EV_EPOLL=1 leads to FTBFS on non-linux architectures
Petr Salinger
Petr.Salinger at seznam.cz
Mon Jul 29 16:04:22 UTC 2013
Package: libev-perl
Version: 4.11-3
Severity: serious
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It is due to forcing:
override_dh_auto_configure:
EV_EPOLL=1 dh_auto_configure
Please drop this override or limit it only for linux architectures.
Or better fix #716928, i.e. by changing
Makefile.PL:my $can_epoll = -e "/usr/include/sys/epoll.h";
into testing return value of something like
echo "#include <sys/epoll.h>" | gcc -E - >/dev/null
Cheers
Petr
More information about the pkg-perl-maintainers
mailing list