mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
@@ -70,6 +70,8 @@ EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \
|
|||||||
ap_cv_cc_pie=no \
|
ap_cv_cc_pie=no \
|
||||||
${SNMP_CONF}"
|
${SNMP_CONF}"
|
||||||
|
|
||||||
|
CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
# Install init script and default settings
|
# Install init script and default settings
|
||||||
install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d \
|
install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d \
|
||||||
|
|||||||
Reference in New Issue
Block a user