From 1901bc82767b12012574185b0dc46affca98ae61 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 11 Apr 2011 14:38:08 +0000 Subject: [PATCH] [packages] gd: remove manual autoreconf invocation, it pulls in host autofail crap git-svn-id: svn://svn.openwrt.org/openwrt/packages@26592 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/gd/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/libs/gd/Makefile b/libs/gd/Makefile index 064d646ea..6c50cd508 100644 --- a/libs/gd/Makefile +++ b/libs/gd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.libgd.org/releases PKG_MD5SUM:=6c6c3dbb7bf079e0bb5fbbfd3bb8a71c -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -52,11 +52,6 @@ CONFIGURE_VARS += \ LIBPNG12_CONFIG="$(STAGING_DIR)/host/bin/libpng12-config" \ ac_cv_header_iconv_h=no -define Build/Configure - ( cd $(PKG_BUILD_DIR); aclocal; libtoolize --force; autoreconf; ); - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/gdlib-config $(1)/usr/bin/