[oe-commits] [meta-openembedded] 24/51: quagga: set ac_cv_path_PERL to '/usr/bin/env perl'

git at git.openembedded.org git at git.openembedded.org
Tue Apr 25 20:43:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit a6e6115c895b3b5f32ad59b273ffe7bd7eb26e53
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Apr 12 13:40:28 2017 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-protocols/quagga/quagga.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 13dc4dd..4fb6723 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list