package/libedit: bump version to 20150325-3.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
dbe7e621aa
commit
c80f0490d9
@ -1,11 +1,13 @@
|
|||||||
configure: on Linux, the BSD functions require linking against libbsd
|
configure: on Linux, the BSD functions require linking against libbsd
|
||||||
|
|
||||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||||
|
(Rebased against 20150325-3.1)
|
||||||
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||||
|
|
||||||
diff -durN libedit-20130712-3.1.orig/configure.ac libedit-20130712-3.1/configure.ac
|
diff -durN libedit-20130712-3.1.orig/configure.ac libedit-20130712-3.1/configure.ac
|
||||||
--- libedit-20130712-3.1.orig/configure.ac 2013-07-12 20:39:22.000000000 +0200
|
--- libedit-20130712-3.1.orig/configure.ac 2013-07-12 20:39:22.000000000 +0200
|
||||||
+++ libedit-20130712-3.1/configure.ac 2013-07-28 23:35:35.012676469 +0200
|
+++ libedit-20130712-3.1/configure.ac 2013-07-28 23:35:35.012676469 +0200
|
||||||
@@ -108,6 +108,10 @@
|
@@ -117,6 +117,10 @@
|
||||||
#AC_FUNC_REALLOC
|
#AC_FUNC_REALLOC
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_FUNC_STAT
|
AC_FUNC_STAT
|
||||||
|
@ -10,10 +10,11 @@ config BR2_PACKAGE_LIBEDIT
|
|||||||
The official homepage is at:
|
The official homepage is at:
|
||||||
http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
|
http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
|
||||||
|
|
||||||
Jess Thrysoee maintains an autotoolified packaged, which we use
|
Jess Thrysoee maintains an autotoolified package, which we use
|
||||||
in Buildroot as it makes it much simpler than using the upstream
|
in Buildroot as it makes it much simpler than using the upstream
|
||||||
sources which require pmake:
|
sources which require pmake.
|
||||||
http://www.thrysoee.dk/editline/
|
|
||||||
|
http://www.thrysoee.dk/editline
|
||||||
|
|
||||||
comment "libedit needs a toolchain w/ wchar"
|
comment "libedit needs a toolchain w/ wchar"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBEDIT_VERSION = 20130712-3.1
|
LIBEDIT_VERSION = 20150325-3.1
|
||||||
LIBEDIT_SITE = http://www.thrysoee.dk/editline
|
LIBEDIT_SITE = http://www.thrysoee.dk/editline
|
||||||
LIBEDIT_INSTALL_STAGING = YES
|
LIBEDIT_INSTALL_STAGING = YES
|
||||||
LIBEDIT_DEPENDENCIES = ncurses
|
LIBEDIT_DEPENDENCIES = ncurses
|
||||||
@ -14,6 +14,12 @@ LIBEDIT_LICENSE_FILES = COPYING
|
|||||||
# We're patching configure.ac
|
# We're patching configure.ac
|
||||||
LIBEDIT_AUTORECONF = YES
|
LIBEDIT_AUTORECONF = YES
|
||||||
|
|
||||||
|
# Needed for autoreconf to work properly
|
||||||
|
define LIBEDIT_FIXUP_M4_DIR
|
||||||
|
mkdir $(@D)/m4
|
||||||
|
endef
|
||||||
|
LIBEDIT_POST_EXTRACT_HOOKS += LIBEDIT_FIXUP_M4_DIR
|
||||||
|
|
||||||
# Doesn't really support !wchar, but support is disabled otherwise
|
# Doesn't really support !wchar, but support is disabled otherwise
|
||||||
LIBEDIT_CONF_OPTS += --enable-widec
|
LIBEDIT_CONF_OPTS += --enable-widec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user