summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-07-22 09:50:45 -0700
committerArmin Kuster <akuster808@gmail.com>2017-09-13 17:16:28 -0700
commita1e9dfd390b8c2452ecf18a688126350b1891b90 (patch)
tree865ef810c6f8f682325df9016b89960f2444b8ad /meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch
parent250c476605131f0d85223795f73dcc6599e170ff (diff)
downloadmeta-openembedded-a1e9dfd390b8c2452ecf18a688126350b1891b90.tar.gz
wvstreams: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 68b2dec5d43904c5e76fb54740b1ed84007335bd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch')
-rw-r--r--meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch
new file mode 100644
index 000000000..b092ba2fc
--- /dev/null
+++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch
@@ -0,0 +1,26 @@
1From 7deaf836d1f1b9e4426818584b4267f8c4a095aa Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 20 Jul 2017 21:04:07 -0700
4Subject: [PATCH 1/5] Check for limits.h during configure
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 configure.ac | 2 ++
9 1 file changed, 2 insertions(+)
10
11diff --git a/configure.ac b/configure.ac
12index fe0fa2b..188adfe 100644
13--- a/configure.ac
14+++ b/configure.ac
15@@ -139,6 +139,8 @@ int main()
16 [Compiler warning on deprecated functions])])
17 CPPFLAGS="$CPPFLAGS_save"
18
19+AC_CHECK_HEADERS(limits.h)
20+
21 # argp
22 USE_WVSTREAMS_ARGP=0
23 AC_CHECK_HEADERS(argp.h)
24--
252.13.3
26