mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:58:31 +00:00
quagga: set ac_cv_path_PERL to '/usr/bin/env perl'
Set ac_cv_path_PERL to '/usr/bin/env perl' to fix problem when /path/to/hosttools/perl is longer than 128. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
25bfdafcae
commit
a6e6115c89
@ -70,6 +70,8 @@ EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \
|
||||
ap_cv_cc_pie=no \
|
||||
${SNMP_CONF}"
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
|
||||
|
||||
do_install () {
|
||||
# Install init script and default settings
|
||||
install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user