diff options
| author | Aleksey Vasilenko | 2024-09-21 14:00:39 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-09-22 14:04:09 +0000 |
| commit | 3fa5ee0b28b736c5d06af34ed5c3e80f78235fe8 (patch) | |
| tree | 0e4c467fbd09b5af6aba1a4d1323ced0d976917d | |
| parent | 6e1507e720596f124b7ef1f023cbfa57834203a3 (diff) | |
| download | openwrt-3fa5ee0b28b736c5d06af34ed5c3e80f78235fe8.tar.gz | |
build: remove ac_cv_header_netinet_sctp_h=no from pre-cached variables
We have <netinet/sctp.h> header in lksctp-tools package,
but having this var set to 'no' prevents package's configure
to detect it.
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16441
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | include/site/linux | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/site/linux b/include/site/linux index 1dadd60bf3..1ca2837c28 100644 --- a/include/site/linux +++ b/include/site/linux @@ -53,7 +53,6 @@ ac_cv_have_control_in_msghdr=yes ac_cv_have_decl_sys_siglist=no ac_cv_have_openpty_ctty_bug=yes ac_cv_have_space_d_name_in_struct_dirent=yes -ac_cv_header_netinet_sctp_h=no ac_cv_header_netinet_sctp_uio_h=no ac_cv_int64_t=yes ac_cv_lbl_unaligned_fail=no |