From: Michael Tremer Date: Mon, 22 Feb 2010 11:35:20 +0000 (+0100) Subject: libtool: Update to 2.2.6b. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e16ca66dd1f6627091f9919ae7ae0df2d59a0f;p=ipfire-3.x.git libtool: Update to 2.2.6b. Fixes issue #517. --- diff --git a/pkgs/core/libtool/libtool.nm b/pkgs/core/libtool/libtool.nm index 267eb356b..9718b3aaf 100644 --- a/pkgs/core/libtool/libtool.nm +++ b/pkgs/core/libtool/libtool.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = libtool -PKG_VER = 2.2.6a +PKG_VER = 2.2.6b PKG_REL = 0 PKG_MAINTAINER = @@ -34,8 +34,6 @@ PKG_URL = http://www.gnu.org/software/libtool/ PKG_LICENSE = GPLv2+ and LGPLv2+ and GFDL PKG_SUMMARY = Runtime libraries for GNU Libtool Dynamic Module Loader. -PKG_BUILD_DEPS:= $(filter-out libtool,$(PKG_BUILD_DEPS)) - define PKG_DESCRIPTION GNU Libtool is a set of shell scripts which automatically \ configure UNIX and UNIX-like systems to generically build \ @@ -44,18 +42,3 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz - -DIR_APP = $(DIR_SRC)/$(PKG_NAME)-2.2.6 - -############################################################################### -# Installation Details -############################################################################### - -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --disable-static - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef