aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bison
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-06-15 02:26:56 +0000
committerHans Dedecker <dedeckeh@gmail.com>2019-06-22 10:23:56 +0200
commit9fc03832bc46b13b377cbe2f6d1acca45f1ad002 (patch)
treeeec81f84017de9fbf2dddcbbde8f78520a29f46c /tools/bison
parenteaad2211dbfb9fdf0815c8d19423069ec099bad2 (diff)
downloadupstream-9fc03832bc46b13b377cbe2f6d1acca45f1ad002.tar.gz
upstream-9fc03832bc46b13b377cbe2f6d1acca45f1ad002.tar.bz2
upstream-9fc03832bc46b13b377cbe2f6d1acca45f1ad002.zip
tools/bison: Update to 3.4.1
Update bison to 3.4.1 Remove 010-intl-stub-compat.patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/bison')
-rw-r--r--tools/bison/Makefile4
-rw-r--r--tools/bison/patches/010-intl-stub-compat.patch13
-rw-r--r--tools/bison/patches/100-fix-gets-removal.patch2
3 files changed, 3 insertions, 16 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index 2dcbe617af..45255da4fb 100644
--- a/tools/bison/Makefile
+++ b/tools/bison/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bison
-PKG_VERSION:=3.3.2
+PKG_VERSION:=3.4.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804
+PKG_HASH:=27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d
HOST_BUILD_PARALLEL:=1
diff --git a/tools/bison/patches/010-intl-stub-compat.patch b/tools/bison/patches/010-intl-stub-compat.patch
deleted file mode 100644
index 8108c53c61..0000000000
--- a/tools/bison/patches/010-intl-stub-compat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/main.c
-+++ b/src/main.c
-@@ -66,8 +66,8 @@ main (int argc, char *argv[])
- {
- char *cp = NULL;
- char const *localedir = relocate2 (LOCALEDIR, &cp);
-- (void) bindtextdomain (PACKAGE, localedir);
-- (void) bindtextdomain ("bison-runtime", localedir);
-+ bindtextdomain (PACKAGE, localedir);
-+ bindtextdomain ("bison-runtime", localedir);
- free (cp);
- }
- (void) textdomain (PACKAGE);
diff --git a/tools/bison/patches/100-fix-gets-removal.patch b/tools/bison/patches/100-fix-gets-removal.patch
index 6f4abe58c7..8650b8226f 100644
--- a/tools/bison/patches/100-fix-gets-removal.patch
+++ b/tools/bison/patches/100-fix-gets-removal.patch
@@ -1,6 +1,6 @@
--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
-@@ -739,14 +739,6 @@ _GL_WARN_ON_USE (getline, "getline is un
+@@ -746,14 +746,6 @@ _GL_WARN_ON_USE (getline, "getline is un
# endif
#endif