summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/netcat/netcat/gettext.patch16
-rw-r--r--meta-networking/recipes-support/netcat/netcat_0.7.1.bb1
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 @@
1Fix build with gettext 0.20.x
2
3Upstream-Status: Pending
4Signed-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
13SRC_URI[md5sum] = "0a29eff1736ddb5effd0b1ec1f6fe0ef" 14SRC_URI[md5sum] = "0a29eff1736ddb5effd0b1ec1f6fe0ef"