From 21f40dd996184308e0419e254d01a594bce39bc4 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 6 Aug 2012 18:51:43 +0000 Subject: [PATCH] [packages] build gd without fontconfig support when the desktop feed is installed git-svn-id: svn://svn.openwrt.org/openwrt/packages@33025 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gd/Makefile b/libs/gd/Makefile index 6c50cd508..6b7ac6750 100644 --- a/libs/gd/Makefile +++ b/libs/gd/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ARGS += \ --enable-static \ --disable-rpath \ --without-x \ + --without-fontconfig \ --without-freetype \ --with-jpeg=$(STAGING_DIR)/usr \ --with-png=$(STAGING_DIR)/usr \ -- 2.11.0