summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch b/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch
new file mode 100644
index 0000000000..5bd94d7de4
--- /dev/null
+++ b/meta/recipes-devtools/diffstat/diffstat/0001-aclocal.m4-add-missing-header-defines.patch
@@ -0,0 +1,24 @@
1From 004bd80d2523f538467b5ada2623eb207b55dad7 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 20 Dec 2019 15:44:28 +0100
4Subject: [PATCH] aclocal.m4: add missing header defines
5
6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 aclocal.m4 | 5 +++++
10 1 file changed, 5 insertions(+)
11
12diff --git a/aclocal.m4 b/aclocal.m4
13index 3b19e82..c0c4acb 100644
14--- a/aclocal.m4
15+++ b/aclocal.m4
16@@ -1927,3 +1927,8 @@ make an error
17 fi
18 fi # cf_cv_posix_visible
19 ])
20+
21+AC_DEFINE([HAVE_TCGETATTR], [], [Description])
22+AC_DEFINE([HAVE_TCSETATTR], [], [Description])
23+AC_DEFINE([HAVE_TERMIOS_H], [], [Description])
24+