mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
freetype: enable 64 bit file support
When running 32bit code on a large filessytem with 64bit inodes, the fontcache was not being created correctly because an EOVERFLOW was being returned from the fstat when reading the 64 inode on a 32bit system. The fontcache is created at rootfs time on the host system via qemu. [YOCTO #6338] (From OE-Core rev: bf6fcfa17d73171623a4d27089c32031705c2591) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05d751c23a
commit
8509c1a7e5
@@ -27,6 +27,8 @@ LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
|
|||||||
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
|
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
|
||||||
EXTRA_OEMAKE_class-native = ""
|
EXTRA_OEMAKE_class-native = ""
|
||||||
EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
|
EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
|
||||||
|
TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng"
|
PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng"
|
||||||
|
|||||||
Reference in New Issue
Block a user