diff options
-rw-r--r-- | recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch | 38 | ||||
-rw-r--r-- | recipes-extended/sed/sed_4.1.2.bb | 4 |
2 files changed, 41 insertions, 1 deletions
diff --git a/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch b/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch new file mode 100644 index 0000000..e366b5a --- /dev/null +++ b/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch | |||
@@ -0,0 +1,38 @@ | |||
1 | From 2792bccbfd41427a79edd462906aba78144b8c6a Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Tue, 17 Dec 2019 16:40:58 +0100 | ||
4 | Subject: [PATCH] Fix builds with gettext 0.20 | ||
5 | |||
6 | Upstream-Status: Inappropriate [fixing an old version] | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | Makefile.am | 2 +- | ||
10 | configure.ac | 2 +- | ||
11 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
12 | |||
13 | diff --git a/Makefile.am b/Makefile.am | ||
14 | index f0aaa7f..1ebc805 100644 | ||
15 | --- a/Makefile.am | ||
16 | +++ b/Makefile.am | ||
17 | @@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I config | ||
18 | |||
19 | PACKAGE = sed | ||
20 | |||
21 | -SUBDIRS = intl lib po sed doc testsuite | ||
22 | +SUBDIRS = lib po sed testsuite | ||
23 | |||
24 | noinst_DATA = bootstrap.sh | ||
25 | noinst_HEADERS = basicdefs.h | ||
26 | diff --git a/configure.ac b/configure.ac | ||
27 | index e08c9a3..df20044 100644 | ||
28 | --- a/configure.ac | ||
29 | +++ b/configure.ac | ||
30 | @@ -130,7 +130,7 @@ AM_CONDITIONAL(TEXI2HTML_HTML, test "x$enable_html" = xtexi2html) | ||
31 | |||
32 | ALL_LINGUAS="af ca cs da de el eo es et fi fr ga gl he hr hu id it ja ko nl pl pt_BR ro ru sk sl sr sv tr zh_CN" | ||
33 | AM_GNU_GETTEXT_VERSION(0.11) | ||
34 | -AM_GNU_GETTEXT(, need-ngettext) | ||
35 | +AM_GNU_GETTEXT([external], need-ngettext) | ||
36 | |||
37 | AC_CONFIG_FILES([bootstrap.sh], chmod +x bootstrap.sh) | ||
38 | AC_CONFIG_FILES([Makefile doc/Makefile \ | ||
diff --git a/recipes-extended/sed/sed_4.1.2.bb b/recipes-extended/sed/sed_4.1.2.bb index 40e3a53..4a58442 100644 --- a/recipes-extended/sed/sed_4.1.2.bb +++ b/recipes-extended/sed/sed_4.1.2.bb | |||
@@ -9,7 +9,9 @@ PR = "r7" | |||
9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ |
10 | file://fix_return_type.patch \ | 10 | file://fix_return_type.patch \ |
11 | file://sed-4.1.2_fix_for_automake-1.12.patch \ | 11 | file://sed-4.1.2_fix_for_automake-1.12.patch \ |
12 | file://Makevars" | 12 | file://Makevars \ |
13 | file://0001-Fix-builds-with-gettext-0.20.patch \ | ||
14 | " | ||
13 | 15 | ||
14 | SRC_URI[md5sum] = "928f0e06422f414091917401f1a834d0" | 16 | SRC_URI[md5sum] = "928f0e06422f414091917401f1a834d0" |
15 | SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab" | 17 | SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab" |