mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
Revert "fontconfig: enable 64 bit file support"
Fontconfig doesn't need to be passed large file flags through CPPFLAGS because
it's configure script uses AC_SYS_LARGEFILE.
This reverts commit 5a49a24d35.
(From OE-Core rev: 84a4326473ce448c9bdd9a8b79383c319f04d339)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f365b56590
commit
e0a3495d44
@@ -38,7 +38,5 @@ DEBIAN_NOAUTONAME_fontconfig-utils = "1"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts"
|
||||
TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user