From d60b812fc030e55fa1695783bae0e7a55e71440e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 30 Nov 2009 10:51:42 +0000 Subject: [PATCH] [package] rebuild libgd configure script before compiling (#6241) SVN-Revision: 18610 --- libs/gd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/gd/Makefile b/libs/gd/Makefile index b9c5195cb7..175a3c71b8 100644 --- a/libs/gd/Makefile +++ b/libs/gd/Makefile @@ -40,13 +40,19 @@ CONFIGURE_ARGS += \ --without-freetype \ --with-jpeg=$(STAGING_DIR)/usr \ --with-png=$(STAGING_DIR)/usr \ - --without-xpm + --without-xpm \ + --without-iconv CONFIGURE_VARS += \ LIBPNG12_CONFIG="$(STAGING_DIR)/host/bin/libpng12-config" TARGET_CFLAGS += $(FPIC) +define Build/Configure + ( cd $(PKG_BUILD_DIR); aclocal; libtoolize; autoreconf; ); + $(call Build/Configure/Default) +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ -- 2.30.2