]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libedit: bump to version 20170329-3.1
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 29 Apr 2018 14:51:26 +0000 (16:51 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 29 Apr 2018 17:26:43 +0000 (19:26 +0200)
- Remove LIBEDIT_POST_EXTRACT_HOOKS
- Rebase patch
- Remove --enable-widec (deprecated, wide char is always enabled)
- Add hash for license file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libedit/0001-check-bsd-functions-in-libbsd.patch
package/libedit/libedit.hash
package/libedit/libedit.mk

index de452a5c24ac11cacdf86c12f7bd5a51b23a5711..7438340d48f1cffe951b06c11aee511458fa16ed 100644 (file)
@@ -1,5 +1,7 @@
 configure: on Linux, the BSD functions require linking against libbsd
 
+Signed-off-by: "Fabrice Fontaine" <fontaine.fabrice@gmail.com>
+(Rebased against 20170329-3.1)
 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>
@@ -15,6 +17,6 @@ diff -durN libedit-20130712-3.1.orig/configure.ac libedit-20130712-3.1/configure
 +# Search for libbsd for *vis functions
 +AC_CHECK_LIB([bsd], [vis])
 +
- AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvis __secure_getenv secure_getenv])
+ AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat getline vis strvis strunvis __secure_getenv secure_getenv])
+
  # strlcpy
index 4bfb8afce828b50e6c5bfd73955b49ec4ed4c6d2..e8136df9c49d2e9ddb0e2b30a02bae03a9bc6c42 100644 (file)
@@ -1,2 +1,3 @@
 # Locally computed
-sha256 c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5 libedit-20150325-3.1.tar.gz
+sha256 91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be libedit-20170329-3.1.tar.gz
+sha256 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649 COPYING
index 51ca87d4dbd4f27bcc1b6a9bccef8f9813a419ec..bbdc871b35b8d4d6357f949a9690e2d4b588ca6a 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBEDIT_VERSION = 20150325-3.1
+LIBEDIT_VERSION = 20170329-3.1
 LIBEDIT_SITE = http://www.thrysoee.dk/editline
 LIBEDIT_INSTALL_STAGING = YES
 LIBEDIT_DEPENDENCIES = ncurses
@@ -14,15 +14,6 @@ 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
-
 # musl is ISO 10646 compliant but doesn't define __STDC_ISO_10646__,
 # so let's define it manually
 ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)