From: nbd Date: Mon, 14 Jan 2008 19:27:47 +0000 (+0000) Subject: fix fontconfig compile X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=af0651223936c27985d88d82777c066b74afc744;p=packages.git fix fontconfig compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@10194 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/app/fontconfig/Makefile b/XOrg/app/fontconfig/Makefile index c46b9867c..0fcc7d094 100644 --- a/XOrg/app/fontconfig/Makefile +++ b/XOrg/app/fontconfig/Makefile @@ -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