fix fontconfig compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10194 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3e3e965b16
commit
af06512239
@ -36,7 +36,7 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS="";)
|
||||
$(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS="" CPPFLAGS="" LDFLAGS="";)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" DOCSRC="" install
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user