aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-04-12 13:40:28 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2017-04-25 15:55:37 -0400
commita6e6115c895b3b5f32ad59b273ffe7bd7eb26e53 (patch)
treed06d6fb029d1db322f833f66bb37fd4d25985811 /meta-networking/recipes-protocols
parent25bfdafcaef3cef7237ab409e4f7a3d313253a1b (diff)
downloadmeta-openembedded-contrib-a6e6115c895b3b5f32ad59b273ffe7bd7eb26e53.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 13dc4dd8a8..4fb6723c3a 100644
--- a/meta-networking/recipes-protocols/quagga/quagga.inc
+++ b/meta-networking/recipes-protocols/quagga/quagga.inc
@@ -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 \