summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/diffutils/diffutils_3.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.5.bb b/meta/recipes-extended/diffutils/diffutils_3.5.bb
index 673f5d46ca..243584be01 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.5.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.5.bb
@@ -10,6 +10,9 @@ SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
10 10
11EXTRA_OECONF += "--without-libsigsegv-prefix" 11EXTRA_OECONF += "--without-libsigsegv-prefix"
12 12
13# Fix "Argument list too long" error when len(TMPDIR) = 410
14acpaths = "-I ./m4"
15
13do_configure_prepend () { 16do_configure_prepend () {
14 # Need to remove gettext macros with weird mix of versions 17 # Need to remove gettext macros with weird mix of versions
15 for i in codeset.m4 gettext_gl.m4 intlmacosx.m4 inttypes-pri.m4 lib-ld_gl.m4 lib-prefix_gl.m4 po_gl.m4 ssize_t.m4 wchar_t.m4 wint_t.m4; do 18 for i in codeset.m4 gettext_gl.m4 intlmacosx.m4 inttypes-pri.m4 lib-ld_gl.m4 lib-prefix_gl.m4 po_gl.m4 ssize_t.m4 wchar_t.m4 wint_t.m4; do