diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-31 19:27:03 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-01 22:15:08 -0800 |
commit | c12ae71c8d398a91492ebf09812260ef58221586 (patch) | |
tree | ad3188a84a9334e294bf50629443301c2d0125b6 | |
parent | ded3a74af9803eec7a3d1be6bcea02549615acf5 (diff) | |
download | meta-openembedded-c12ae71c8d398a91492ebf09812260ef58221586.tar.gz |
netcat: Fix build with gettext 0.20.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/netcat/netcat/gettext.patch | 16 | ||||
-rw-r--r-- | meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat/gettext.patch b/meta-networking/recipes-support/netcat/netcat/gettext.patch new file mode 100644 index 0000000000..f2e5f99270 --- /dev/null +++ b/meta-networking/recipes-support/netcat/netcat/gettext.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Fix build with gettext 0.20.x | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
6 | --- a/configure.ac | ||
7 | +++ b/configure.ac | ||
8 | @@ -49,7 +49,7 @@ AC_SUBST(all_libraries) | ||
9 | dnl I18n support | ||
10 | ALL_LINGUAS="it sk" | ||
11 | AM_GNU_GETTEXT([external], need-ngettext) | ||
12 | -AM_INTL_SUBDIR | ||
13 | +#AM_INTL_SUBDIR | ||
14 | |||
15 | dnl find resolver functions and the socket library on some broken OS | ||
16 | AC_LBL_LIBRARY_NET | ||
diff --git a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb index d961af542c..14d743f820 100644 --- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb +++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb | |||
@@ -8,6 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/netcat/netcat-${PV}.tar.bz2 \ | |||
8 | file://obsolete_autoconf_macros.patch \ | 8 | file://obsolete_autoconf_macros.patch \ |
9 | file://netcat-locale_h.patch \ | 9 | file://netcat-locale_h.patch \ |
10 | file://make-netcat_flag_count_work.patch \ | 10 | file://make-netcat_flag_count_work.patch \ |
11 | file://gettext.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "0a29eff1736ddb5effd0b1ec1f6fe0ef" | 14 | SRC_URI[md5sum] = "0a29eff1736ddb5effd0b1ec1f6fe0ef" |