[OE-core] [PATCH] Revert "fontconfig: enable 64 bit file support"

Ross Burton ross.burton at intel.com
Mon Jun 9 15:58:58 UTC 2014


Fontconfig doesn't need to be passed large file flags through CPPFLAGS because
it's configure script uses AC_SYS_LARGEFILE.

This reverts commit 5a49a24d35794fcf9e3895469a67db992a52305e.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb |    2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb
index 4fa58ab..797b321 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb
+++ b/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb
@@ -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"
-- 
1.7.10.4




More information about the Openembedded-core mailing list