In the tree, libevhtp is used only for Seafile. This is the most recent version that Haiwen lists as working. Updated threads patch for OpenSSL 1.1. Removed Maintainer as he is inactive. Simplified Makefile a little bit and reorganized for consistency between packages. Fixed compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
189 B
Diff
12 lines
189 B
Diff
--- a/test_proxy.c
|
|
+++ b/test_proxy.c
|
|
@@ -5,6 +5,9 @@
|
|
#include <errno.h>
|
|
#include <evhtp.h>
|
|
|
|
+#ifndef SIGTERM
|
|
+#define SIGTERM 15
|
|
+#endif
|
|
|
|
int
|
|
make_request(evbase_t * evbase,
|