From: nbd Date: Thu, 27 Dec 2007 09:27:01 +0000 (+0000) Subject: fix fontconfig compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=72b0e573f3f32c08d7e0d2a3412f7da05e0e4b32;p=packages.git fix fontconfig compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9949 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/app/fontconfig/Makefile b/XOrg/app/fontconfig/Makefile index f1a3c8029..c46b9867c 100644 --- a/XOrg/app/fontconfig/Makefile +++ b/XOrg/app/fontconfig/Makefile @@ -37,7 +37,7 @@ endef define Build/Compile $(foreach dir,fc-case fc-lang fc-glyphname, $(MAKE) -C $(PKG_BUILD_DIR)/$(dir) CFLAGS="";) - $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install + $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" DOCSRC="" install endef define Package/fontconfig/install