summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper <sebastian_ml@gmx.net>2021-03-01 17:02:23 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-03-01 16:14:04 +0000
commit6b7b064492ddf339d0213779fb84d50ee3dc5eb7 (patch)
tree1f9764da141cd5082e2f3612da41223d971228d9
parent2b94aac7a128c9d9f4343af2265b362e8b5d5013 (diff)
downloadopenwrt-6b7b064492ddf339d0213779fb84d50ee3dc5eb7.tar.gz
openwrt-6b7b064492ddf339d0213779fb84d50ee3dc5eb7.tar.bz2
openwrt-6b7b064492ddf339d0213779fb84d50ee3dc5eb7.zip
toolchain/autoconf-lean: add check for ssize_t
This was provided by the old static config.site files and is required by some software, i.e. freeswitch. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--toolchain/autoconf-lean/patches/120-add-extra-checks.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/autoconf-lean/patches/120-add-extra-checks.patch b/toolchain/autoconf-lean/patches/120-add-extra-checks.patch
index 7e81525daf..382e6e5ad1 100644
--- a/toolchain/autoconf-lean/patches/120-add-extra-checks.patch
+++ b/toolchain/autoconf-lean/patches/120-add-extra-checks.patch
@@ -29,7 +29,7 @@
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_GETGROUPS
-@@ -217,6 +222,16 @@ AC_FUNC_STRTOLD
+@@ -217,6 +222,17 @@ AC_FUNC_STRTOLD
AC_FUNC_UTIME_NULL
AC_FUNC_VPRINTF
@@ -42,6 +42,7 @@
+AC_CHECK_SIZEOF(unsigned long long)
+AC_CHECK_SIZEOF(off_t)
+AC_CHECK_SIZEOF(size_t)
++AC_CHECK_SIZEOF(ssize_t)
+
# Functions list scraped from musl 0.9.4 x86_64
AC_CHECK_FUNCS([ \