move fontconfig cache to persistent memory
authorMirko Vogt <mirko@openwrt.org>
Mon, 4 May 2009 10:40:54 +0000 (10:40 +0000)
committerMirko Vogt <mirko@openwrt.org>
Mon, 4 May 2009 10:40:54 +0000 (10:40 +0000)
SVN-Revision: 15579

Xorg/xorg/app/fontconfig/Makefile

index 747a682977a2b2f8b253dc9f9f81bd67d93966b6..3707164b09f85c8c381919258eb8ed35f52eee69 100644 (file)
@@ -29,10 +29,11 @@ endef
 
 define Build/Configure
        $(call Build/Configure/Default, \
-               --disable-docs \
-           --with-arch=$(ARCH) \
+        --disable-docs \
+        --with-cache-dir=/usr/share/fontconfig/cache \
+        --with-arch=$(ARCH) \
         , \
-               ac_cv_prog_HASDOCBOOK=no \
+        ac_cv_prog_HASDOCBOOK=no \
        )
 endef