From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] confuse: fix download url and upgrade to 3.0
Date: Fri, 12 Aug 2016 15:06:48 +0200 [thread overview]
Message-ID: <20160812130648.GA11445@localhost.localdomain> (raw)
Project moved to github a while ago.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
diff --git a/rules/host-libconfuse.make b/rules/host-libconfuse.make
index 26ff6be..184a172 100644
--- a/rules/host-libconfuse.make
+++ b/rules/host-libconfuse.make
@@ -23,6 +23,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCONFUSE) += host-libconfuse
HOST_LIBCONFUSE_CONF_TOOL := autoconf
HOST_LIBCONFUSE_CONF_OPT := \
$(HOST_AUTOCONF) \
+ --disable-examples \
--disable-nls \
--enable-shared
diff --git a/rules/libconfuse.make b/rules/libconfuse.make
index d76f875..62490a5 100644
--- a/rules/libconfuse.make
+++ b/rules/libconfuse.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_LIBCONFUSE) += libconfuse
#
# Paths and names
#
-LIBCONFUSE_VERSION := 2.7
-LIBCONFUSE_MD5 := 45932fdeeccbb9ef4228f1c1a25e9c8f
+LIBCONFUSE_VERSION := 3.0
+LIBCONFUSE_MD5 := bf03099ef213647451c70e54ad4b6e81
LIBCONFUSE := confuse-$(LIBCONFUSE_VERSION)
LIBCONFUSE_SUFFIX := tar.gz
-LIBCONFUSE_URL := http://savannah.nongnu.org/download/confuse/$(LIBCONFUSE).$(LIBCONFUSE_SUFFIX)
+LIBCONFUSE_URL := https://github.com/martinh/libconfuse/releases/download/v$(LIBCONFUSE_VERSION)/$(LIBCONFUSE).$(LIBCONFUSE_SUFFIX)
LIBCONFUSE_SOURCE := $(SRCDIR)/$(LIBCONFUSE).$(LIBCONFUSE_SUFFIX)
LIBCONFUSE_DIR := $(BUILDDIR)/$(LIBCONFUSE)
LIBCONFUSE_LICENSE := ISC
@@ -37,6 +37,7 @@ LIBCONFUSE_ENV := $(CROSS_ENV)
#
LIBCONFUSE_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ --disable-examples \
--disable-nls
ifdef PTXCONF_LIBCONFUSE_STATIC
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2016-08-12 13:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160812130648.GA11445@localhost.localdomain \
--to=ladis@linux-mips.org \
--cc=ptxdist@pengutronix.de \
/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