From a6e6115c895b3b5f32ad59b273ffe7bd7eb26e53 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 12 Apr 2017 13:40:28 +0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-protocols/quagga/quagga.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-protocols') 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 \ -- cgit 1.2.3-korg