[Buildroot] [PATCH] ZNC: new package

Cédric Chépied cedric.chepied at gmail.com
Sun Feb 9 13:39:31 UTC 2014


Dear Thomas,

At Tue, 28 Jan 2014 19:52:59 +0100,
Thomas Petazzoni wrote:
> Looking at the configure.ac from ZNC, it seems like the OpenSSL and
> Perl support is optional, and can be disabled using --disable-openssl
> and --disable-perl. It would probably be a good idea to use these to
> make these dependencies optional.

When I try to enable perl, configure fails. It uses the perl executable to
generate LDFLAGS but it does that with "my" executable (/usr/bin/perl) and then
tries to link with /usr/lib/perl5/core_perl/CORE/libperl.so which of course
fails.

For python, configure programs can use ./output/host/usr/bin/python2.7 but I
can't find the same for perl. I only find perl compiled for my target.

How can I fix this?

Regards,
-- 
Cédric Chépied
<cedric.chepied at gmail.com>


More information about the buildroot mailing list