On Tue, Aug 18, 2015 at 10:54 PM, Yen-Chin Lee <[email protected]> wrote: > finitel is not implemented in uclibc 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
OK > > Signed-off-by: Yen-Chin Lee <[email protected]> > --- > meta/recipes-devtools/perl/perl_5.22.0.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb > b/meta/recipes-devtools/perl/perl_5.22.0.bb > index e3a7f41..3ce7849 100644 > --- a/meta/recipes-devtools/perl/perl_5.22.0.bb > +++ b/meta/recipes-devtools/perl/perl_5.22.0.bb > @@ -134,6 +134,7 @@ do_configure() { > if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = > "linux-uclibceabi" ]; then > sed -i -e "s,\(d_crypt_r=\)'define',\1'undef',g" \ > -e "s,\(d_futimes=\)'define',\1'undef',g" \ > + -e "s,\(d_finitel=\)'define',\1'undef',g" \ > -e "s,\(crypt_r_proto=\)'\w+',\1'0',g" \ > -e "s,\(d_getnetbyname_r=\)'define',\1'undef',g" \ > -e "s,\(getnetbyname_r_proto=\)'\w+',\1'0',g" \ > -- > 2.3.6 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
