mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-24 02:32:30 +00:00
- Remove upstreamed patch `asm_align.c.patch` - Add dependency `json-c` required for `libdebuginfod` Signed-off-by: Aditya Alok <alok@termux.dev>
12 lines
365 B
Diff
12 lines
365 B
Diff
--- elfutils-0.192/debuginfod/debuginfod.cxx 2024-10-19 00:33:43.000000000 +0530
|
|
+++ elfutils-0.192.mod/debuginfod/debuginfod.cxx 2025-01-27 22:59:47.088863980 +0530
|
|
@@ -119,7 +119,7 @@
|
|
#include <libdwelf.h>
|
|
|
|
#include <microhttpd.h>
|
|
-
|
|
+#include <netinet/in.h>
|
|
#if MHD_VERSION >= 0x00097002
|
|
// libmicrohttpd 0.9.71 broke API
|
|
#define MHD_RESULT enum MHD_Result
|