diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-07-01 20:52:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-08 00:01:20 +0100 |
commit | 992c02c8cc2555647d85edb640505af060438710 (patch) | |
tree | 68bf4c49db09c8053296121264f7730c866c6853 /meta/recipes-devtools | |
parent | ad11256f31c481457dfb71b8032a41a0d5e918e9 (diff) | |
download | poky-992c02c8cc2555647d85edb640505af060438710.tar.gz |
perl: Undefine finitel for musl
finitel is not implemented in musl and since its not posix, it wont be
implemented in future too
Fixes perl 5.22 build error
perl/5.22.0-r0/perl-5.22.0/sv.c:12135: undefined reference to `finitel'
| collect2: error: ld returned 1 exit status
(From OE-Core rev: 6a5cc63e2d054f5e328e8c535a3dd11dab876c41)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.22.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb index 1aa97373e0..050a98c91f 100644 --- a/meta/recipes-devtools/perl/perl_5.22.0.bb +++ b/meta/recipes-devtools/perl/perl_5.22.0.bb | |||
@@ -158,6 +158,7 @@ do_configure() { | |||
158 | -e "s,\(d_stdiobase=\)'define',\1'undef',g" \ | 158 | -e "s,\(d_stdiobase=\)'define',\1'undef',g" \ |
159 | -e "s,\(d_stdstdio=\)'define',\1'undef',g" \ | 159 | -e "s,\(d_stdstdio=\)'define',\1'undef',g" \ |
160 | -e "s,\(d_getnetbyname_r=\)'define',\1'undef',g" \ | 160 | -e "s,\(d_getnetbyname_r=\)'define',\1'undef',g" \ |
161 | -e "s,\(d_finitel=\)'define',\1'undef',g" \ | ||
161 | -e "s,\(getprotobyname_r=\)'define',\1'undef',g" \ | 162 | -e "s,\(getprotobyname_r=\)'define',\1'undef',g" \ |
162 | -e "s,\(getpwent_r=\)'define',\1'undef',g" \ | 163 | -e "s,\(getpwent_r=\)'define',\1'undef',g" \ |
163 | -e "s,\(getservent_r=\)'define',\1'undef',g" \ | 164 | -e "s,\(getservent_r=\)'define',\1'undef',g" \ |