move fontconfig cache to persistent memory

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15579 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-05-04 10:40:54 +00:00
parent cacd65e99d
commit 29f6b33743

View 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