fontconfig: Use /var/lib/fontconfig for the cache as this is no tmpfs
authorStefan Schmidt <stefan@datenfreihafen.org>
Thu, 20 Nov 2008 13:45:16 +0000 (13:45 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 20 Nov 2008 13:47:06 +0000 (13:47 +0000)
packages/fontconfig/fontconfig.inc
packages/fontconfig/fontconfig_2.6.0.bb

index 252b843..9af3540 100644 (file)
@@ -18,7 +18,7 @@ inherit autotools pkgconfig
 
 export HASDOCBOOK="no"
 
-EXTRA_OECONF = " --disable-docs"
+EXTRA_OECONF = " --disable-docs --with-cache-dir=/var/lib/fontconfig"
 EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
 
 # The tarball has some of the patched files as read only, which
index 3f7eca4..d6c1019 100644 (file)
@@ -24,7 +24,7 @@ inherit autotools pkgconfig
 
 export HASDOCBOOK="no"
 
-EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH}"
+EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH} --with-cache-dir=/var/lib/fontconfig"
 EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
 
 # The tarball has some of the patched files as read only, which