diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2017-04-12 13:40:28 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 15:55:37 -0400 |
| commit | a6e6115c895b3b5f32ad59b273ffe7bd7eb26e53 (patch) | |
| tree | d06d6fb029d1db322f833f66bb37fd4d25985811 /meta-networking/recipes-protocols | |
| parent | 25bfdafcaef3cef7237ab409e4f7a3d313253a1b (diff) | |
| download | meta-openembedded-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.inc | 2 |
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 \ | |||
| 70 | ap_cv_cc_pie=no \ | 70 | ap_cv_cc_pie=no \ |
| 71 | ${SNMP_CONF}" | 71 | ${SNMP_CONF}" |
| 72 | 72 | ||
| 73 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" | ||
| 74 | |||
| 73 | do_install () { | 75 | do_install () { |
| 74 | # Install init script and default settings | 76 | # Install init script and default settings |
| 75 | install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d \ | 77 | install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d \ |
