perl_5.8.8.bb, perl_5.10.1.bb: Fix build when DISTRO_FEATURES lacks largefile.
authorGraham Gower <graham.gower@gmail.com>
Tue, 30 Nov 2010 04:53:42 +0000 (15:23 +1030)
committerKhem Raj <raj.khem@gmail.com>
Thu, 2 Dec 2010 19:20:17 +0000 (11:20 -0800)
commitd666a5f6b3fe1ed9c31cbc2b403471a44f6304af
tree47e5016e16ac0ee5dabee29929a0f9833ab235c1
parent7d479cb14860f3d05261c539989d1201f41f6eda
perl_5.8.8.bb, perl_5.10.1.bb: Fix build when DISTRO_FEATURES lacks largefile.

CCCMD =  mipsel-oe-linux-uclibc-gcc -march=mips32 -DPERL_CORE -c -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2  -Wall
In file included from /mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/sys/types.h:27:0,
                 from perl.h:420,
                 from miniperlmain.c:36:
/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include/features.h:216:5: error: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/perl/perl_5.10.1.bb
recipes/perl/perl_5.8.8.bb