aboutsummaryrefslogtreecommitdiff
path: root/net/httping/patches/001-fix-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/patches/001-fix-musl.patch')
-rw-r--r--net/httping/patches/001-fix-musl.patch14
1 files changed, 14 insertions, 0 deletions
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 <ncurses.h>
+ #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"