public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <lorenz.marcel@web.de>
To: development@lists.ipfire.org
Subject: [PATCH] libtool: update to 2.4.6
Date: Thu, 18 Feb 2016 12:40:33 +0100	[thread overview]
Message-ID: <1455795633-25314-1-git-send-email-lorenz.marcel@web.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 1377 bytes --]

---
 lfs/libtool | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/lfs/libtool b/lfs/libtool
index 0172145..b48674a 100644
--- a/lfs/libtool
+++ b/lfs/libtool
@@ -24,10 +24,10 @@
 
 include Config
 
-VER        = 2.4.4
+VER        = 2.4.6
 
 THISAPP    = libtool-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e
+$(DL_FILE)_MD5 = addf44b646ddb4e3919805aa88fa7c5e
 
 install : $(TARGET)
 
@@ -65,16 +65,13 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
 $(subst %,%_MD5,$(objects)) :
 	@$(MD5)
 
-dist: 
-	@$(PAK)
-
 ###############################################################################
 # Installation Details
 ###############################################################################
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
1.9.1


             reply	other threads:[~2016-02-18 11:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 11:40 Marcel Lorenz [this message]
2016-04-13 12:12 [PATCH] libtool: Update " Alexander Marx
2016-04-13 12:48 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455795633-25314-1-git-send-email-lorenz.marcel@web.de \
    --to=lorenz.marcel@web.de \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox