From 06fa612c851abb1e532cca810a51a9a58e7c8eaf Mon Sep 17 00:00:00 2001 From: krant Date: Sun, 25 Feb 2024 11:09:05 +0200 Subject: httping: update to 3.5 - Update package URLs - Use local tarball for sources - Switch to CMake - Drop obsolete patches including 'minimize' (ipk size +3KB only) - Add 3 new patches to fix musl, openssl and cmake issues Signed-off-by: krant --- net/httping/patches/001-fix-musl.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/httping/patches/001-fix-musl.patch (limited to 'net/httping/patches/001-fix-musl.patch') diff --git a/net/httping/patches/001-fix-musl.patch b/net/httping/patches/001-fix-musl.patch new file mode 100644 index 000000000..1f45578bf --- /dev/null +++ b/net/httping/patches/001-fix-musl.patch @@ -0,0 +1,14 @@ +--- a/main.c ++++ b/main.c +@@ -33,6 +33,11 @@ + #include + #endif + ++// musl has no this constant ++#ifndef TCPI_OPT_SYN_DATA ++#define TCPI_OPT_SYN_DATA 32 ++#endif ++ + #include "gen.h" + #include "help.h" + #include "colors.h" -- cgit v1.2.3