]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libtool: Update to 2.2.6b.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Feb 2010 11:35:20 +0000 (12:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Feb 2010 11:35:20 +0000 (12:35 +0100)
Fixes issue #517.

pkgs/core/libtool/libtool.nm

index 267eb356ba9e3cb0ff76f7ea27f7b6b682d57923..9718b3aaf2ff6ba54f4d2c72a0183d494325a4cd 100644 (file)
@@ -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