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:
parent
cacd65e99d
commit
29f6b33743
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user