summaryrefslogtreecommitdiffstats
path: root/package/libconfuse/libconfuse.mk
diff options
context:
space:
mode:
authorDan Pattison <dan.pattison@ethertek.ca>2011-09-01 07:47:49 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-11 15:13:34 +0200
commit6f103474ad6387cb5a00dc3419efc52e78afe5a5 (patch)
treebad08b2439fb092767769aff63790b5aeb6db93e /package/libconfuse/libconfuse.mk
parentfe7a4b524b72bcb448f7e723873d8244620cb2f1 (diff)
downloadbuildroot-novena-6f103474ad6387cb5a00dc3419efc52e78afe5a5.tar.gz
buildroot-novena-6f103474ad6387cb5a00dc3419efc52e78afe5a5.zip
libconfuse: bump to version 2.7
Old libconfuse version 2.6 is from year 2007 so bump to version 2.7 Updated download URL in libconfuse.mk / Config.in Removed libconfuse-2.6-dont-use-werror.patch Changed := to just = Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libconfuse/libconfuse.mk')
-rw-r--r--package/libconfuse/libconfuse.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk
index 03aa0bcd5..28115d74f 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -3,13 +3,14 @@
# 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_CONF_OPT:=--disable-rpath
+LIBCONFUSE_CONF_OPT = --disable-rpath
+
+LIBCONFUSE_DEPENDENCIES = uclibc
$(eval $(call AUTOTARGETS,package,libconfuse))