summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tcpdump/tcpdump-4.3.0/configure.patch
diff options
context:
space:
mode:
authorSasi Kumar Maddineni <quic_sasikuma@quicinc.com>2025-10-29 12:32:40 +0530
committerKhem Raj <raj.khem@gmail.com>2025-10-29 21:02:20 -0700
commitd9ca35948c41f3bbbbe04d3cf6981b2e10db6104 (patch)
tree0047988e5c2c1a1e07ba8786f16e7f31e8d0d430 /meta-networking/recipes-support/tcpdump/tcpdump-4.3.0/configure.patch
parentff0776755aa632d12a8ee2f9f7a14822b4287b1e (diff)
downloadmeta-openembedded-d9ca35948c41f3bbbbe04d3cf6981b2e10db6104.tar.gz
libziparchive: fix missing fixed-width integer types in zip_writer.h
Compilation fails due to undefined types 'uint16_t' and 'uint32_t' in zip_writer.h. These types are used in struct members but are not recognized because the required header <cstdint> is not included. This results in errors such as: error: 'uint16_t' does not name a type error: 'uint32_t' does not name a type Added '#include <cstdint>' to zip_writer.h to ensure fixed-width integer types are properly defined. Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/tcpdump/tcpdump-4.3.0/configure.patch')
0 files changed, 0 insertions, 0 deletions