diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-26 14:36:07 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-26 19:15:07 +0200 |
| commit | c80f0490d994688e57799c02ad1e6c7dcaf5e9e3 (patch) | |
| tree | 061020d623ccca34b47f750c366f5c495879632f /package/libedit/libedit.mk | |
| parent | dbe7e621aa3190d97d10285a3d6f20e20420ef12 (diff) | |
| download | buildroot-c80f0490d994688e57799c02ad1e6c7dcaf5e9e3.tar.gz buildroot-c80f0490d994688e57799c02ad1e6c7dcaf5e9e3.zip | |
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>
Diffstat (limited to 'package/libedit/libedit.mk')
| -rw-r--r-- | package/libedit/libedit.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package/libedit/libedit.mk b/package/libedit/libedit.mk index 8cadd9b742..87a1cdc136 100644 --- a/package/libedit/libedit.mk +++ b/package/libedit/libedit.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBEDIT_VERSION = 20130712-3.1 +LIBEDIT_VERSION = 20150325-3.1 LIBEDIT_SITE = http://www.thrysoee.dk/editline LIBEDIT_INSTALL_STAGING = YES LIBEDIT_DEPENDENCIES = ncurses @@ -14,6 +14,12 @@ LIBEDIT_LICENSE_FILES = COPYING # We're patching configure.ac 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 LIBEDIT_CONF_OPTS += --enable-widec |

