From: Dan Pattison <dan.pattison@ethertek.ca>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 2
Date: Thu, 18 Aug 2011 21:48:58 -0700 [thread overview]
Message-ID: <4E4DEB3A.3030402@ethertek.ca> (raw)
In-Reply-To: <4E4DA5E3.9060707@ethertek.ca>
I forgot to include the lines below to the previous patch. Shazbot!
-LIBCONFUSE_CONF_OPT:=--disable-rpath
+LIBCONFUSE_CONF_OPT = --enable-shared --disable-rpath
Here is updated patch.
Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca>
---
.../libconfuse-2.6-dont-use-werror.patch | 34
--------------------
package/libconfuse/libconfuse.mk | 16 +++++----
2 files changed, 9 insertions(+), 41 deletions(-)
delete mode 100644 package/libconfuse/libconfuse-2.6-dont-use-werror.patch
diff --git a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
b/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
deleted file mode 100644
index 50d0733..0000000
--- a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-confuse: don't compile with -Werror
-
-Werror isn't really a robust setting for !development.
----
- src/Makefile.am | 2 +-
- src/Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-Index: confuse-2.6/src/Makefile.am
-===================================================================
---- confuse-2.6.orig/src/Makefile.am
-+++ confuse-2.6/src/Makefile.am
-@@ -10,7 +10,7 @@
- DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-
- if cc_is_gcc
--AM_CFLAGS=-Wall -Werror
-+AM_CFLAGS=-Wall
- endif
-
- LIBS = @LIBS@
-Index: confuse-2.6/src/Makefile.in
-===================================================================
---- confuse-2.6.orig/src/Makefile.in
-+++ confuse-2.6/src/Makefile.in
-@@ -196,7 +196,7 @@
- libconfuse_la_SOURCES = confuse.c lexer.l
- libconfuse_la_LIBADD = $(LTLIBINTL)
- include_HEADERS = confuse.h
-- at cc_is_gcc_TRUE@AM_CFLAGS = -Wall -Werror
-+ at cc_is_gcc_TRUE@AM_CFLAGS = -Wall
- CLEANFILES = *~ \#*\#
- AM_LFLAGS = -Pcfg_yy -olex.yy.c
- all: all-am
diff --git a/package/libconfuse/libconfuse.mk
b/package/libconfuse/libconfuse.mk
index 03aa0bc..0464adc 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -3,13 +3,15 @@
# libconfuse
#
#############################################################
-LIBCONFUSE_VERSION:=2.6
-LIBCONFUSE_SOURCE:=confuse-$(LIBCONFUSE_VERSION).tar.gz
-LIBCONFUSE_SITE:=http://bzero.se/confuse/
-LIBCONFUSE_AUTORECONF:=NO
-LIBCONFUSE_INSTALL_STAGING:=YES
-LIBCONFUSE_INSTALL_TARGET:=YES
+LIBCONFUSE_VERSION = 2.7
+LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.gz
+LIBCONFUSE_SITE = http://savannah.nongnu.org/download/confuse/
+LIBCONFUSE_AUTORECONF = NO
+LIBCONFUSE_INSTALL_STAGING = YES
+LIBCONFUSE_INSTALL_TARGET = YES
-LIBCONFUSE_CONF_OPT:=--disable-rpath
+LIBCONFUSE_CONF_OPT = --enable-shared --disable-rpath
+
+LIBCONFUSE_DEPENDENCIES = uclibc
$(eval $(call AUTOTARGETS,package,libconfuse))
--
1.6.3.3
Dan Pattison
Ethertek Circuits
On 8/18/2011 4:53 PM, Dan Pattison wrote:
> My first patch.
> Old libconfuse version 2.6 is from year 2007 so bump to version 2.7
> Updated download URL
> Removed libconfuse-2.6-dont-use-werror.patch
> Changed := to just =
>
>
> Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca>
> ---
> .../libconfuse-2.6-dont-use-werror.patch | 34
> --------------------
> package/libconfuse/libconfuse.mk | 12 +++---
> 2 files changed, 6 insertions(+), 40 deletions(-)
> delete mode 100644
> package/libconfuse/libconfuse-2.6-dont-use-werror.patch
>
> diff --git a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
> b/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
> deleted file mode 100644
> index 50d0733..0000000
> --- a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -confuse: don't compile with -Werror
> -
> -Werror isn't really a robust setting for !development.
> ----
> - src/Makefile.am | 2 +-
> - src/Makefile.in | 2 +-
> - 2 files changed, 2 insertions(+), 2 deletions(-)
> -
> -Index: confuse-2.6/src/Makefile.am
> -===================================================================
> ---- confuse-2.6.orig/src/Makefile.am
> -+++ confuse-2.6/src/Makefile.am
> -@@ -10,7 +10,7 @@
> - DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
> -
> - if cc_is_gcc
> --AM_CFLAGS=-Wall -Werror
> -+AM_CFLAGS=-Wall
> - endif
> -
> - LIBS = @LIBS@
> -Index: confuse-2.6/src/Makefile.in
> -===================================================================
> ---- confuse-2.6.orig/src/Makefile.in
> -+++ confuse-2.6/src/Makefile.in
> -@@ -196,7 +196,7 @@
> - libconfuse_la_SOURCES = confuse.c lexer.l
> - libconfuse_la_LIBADD = $(LTLIBINTL)
> - include_HEADERS = confuse.h
> -- at cc_is_gcc_TRUE@AM_CFLAGS = -Wall -Werror
> -+ at cc_is_gcc_TRUE@AM_CFLAGS = -Wall
> - CLEANFILES = *~ \#*\#
> - AM_LFLAGS = -Pcfg_yy -olex.yy.c
> - all: all-am
> diff --git a/package/libconfuse/libconfuse.mk
> b/package/libconfuse/libconfuse.mk
> index 03aa0bc..06a85e1 100644
> --- a/package/libconfuse/libconfuse.mk
> +++ b/package/libconfuse/libconfuse.mk
> @@ -3,12 +3,12 @@
> # libconfuse
> #
> #############################################################
> -LIBCONFUSE_VERSION:=2.6
> -LIBCONFUSE_SOURCE:=confuse-$(LIBCONFUSE_VERSION).tar.gz
> -LIBCONFUSE_SITE:=http://bzero.se/confuse/
> -LIBCONFUSE_AUTORECONF:=NO
> -LIBCONFUSE_INSTALL_STAGING:=YES
> -LIBCONFUSE_INSTALL_TARGET:=YES
> +LIBCONFUSE_VERSION = 2.7
> +LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.gz
> +LIBCONFUSE_SITE = http://savannah.nongnu.org/download/confuse/
> +LIBCONFUSE_AUTORECONF = NO
> +LIBCONFUSE_INSTALL_STAGING = YES
> +LIBCONFUSE_INSTALL_TARGET = YES
>
> LIBCONFUSE_CONF_OPT:=--disable-rpath
>
next prev parent reply other threads:[~2011-08-19 4:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-18 23:53 [Buildroot] [PATCH] libconfuse: bump to version 2.7 Dan Pattison
2011-08-19 4:48 ` Dan Pattison [this message]
2011-08-19 9:06 ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 2 Thomas Petazzoni
2011-08-19 15:12 ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 3 Dan Pattison
2011-08-22 7:39 ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 4 Dan Pattison
2011-09-01 7:26 ` Thomas Petazzoni
2011-09-01 14:47 ` [Buildroot] [PATCH] libconfuse: bump to version 2.7 take 5 Dan Pattison
2011-09-11 13:15 ` Peter Korsgaard
2011-09-11 15:41 ` Dan Pattison
2011-09-11 17:55 ` Peter Korsgaard
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=4E4DEB3A.3030402@ethertek.ca \
--to=dan.pattison@ethertek.ca \
--cc=buildroot@busybox.net \
/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