]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "fontconfig: enable 64 bit file support"
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Jun 2014 15:58:58 +0000 (16:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jun 2014 16:34:18 +0000 (17:34 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb

index 7e8708f8734f2c5f59939c9d7f6837727d3f1235..48385a369a5a2310e53b66a0e1a6bed8080b8b9d 100644 (file)
@@ -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"