aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/popt/patches
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-25 11:58:04 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-02 20:22:54 +0200
commitd3274661492e29c211ce93256efb8e89a8d30507 (patch)
tree7d6ba13e1a4757c168618040d6e339ec57ef41d3 /package/libs/popt/patches
parent04119d7ccebdaa458f396c661d785982dacd1702 (diff)
downloadupstream-d3274661492e29c211ce93256efb8e89a8d30507.tar.gz
upstream-d3274661492e29c211ce93256efb8e89a8d30507.tar.bz2
upstream-d3274661492e29c211ce93256efb8e89a8d30507.zip
popt: update to 1.19
Add patch to fix compilation: - 100-configure.ac-remove-require-gettext-version.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/popt/patches')
-rw-r--r--package/libs/popt/patches/100-configure.ac-remove-require-gettext-version.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/libs/popt/patches/100-configure.ac-remove-require-gettext-version.patch b/package/libs/popt/patches/100-configure.ac-remove-require-gettext-version.patch
new file mode 100644
index 0000000000..24ad076433
--- /dev/null
+++ b/package/libs/popt/patches/100-configure.ac-remove-require-gettext-version.patch
@@ -0,0 +1,26 @@
+From 19d21b2d9e5aea5f73b1709b3c7803f920471146 Mon Sep 17 00:00:00 2001
+From: Nick Hainke <vincent@systemli.org>
+Date: Sun, 25 Sep 2022 11:52:29 +0200
+Subject: [PATCH] configure.ac: remove require gettext version
+
+This breaks compilation with OpenWrt:
+./configure: line 13059: syntax error near unexpected token `0.19.8'
+./configure: line 13059: `AM_GNU_GETTEXT_REQUIRE_VERSION(0.19.8)'
+
+Fixes: bf8dd64e8aa0 ("Update gettext autoconf usage")
+
+Signed-off-by: Nick Hainke <vincent@systemli.org>
+---
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -53,7 +53,6 @@ AC_SEARCH_LIBS([setreuid], [ucb])
+ AC_CHECK_FUNCS([getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy strerror vasprintf srandom glob_pattern_p mbsrtowcs])
+
+ AM_GNU_GETTEXT_VERSION([0.19.8])
+-AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+ AM_GNU_GETTEXT([external])
+ AM_ICONV_LINK
+