mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
ttyd: fix compilation without deprecated OpenSSL APIs
Removed CMAKE_INSTALL as there's no need for InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--- a/src/http.c
|
||||
+++ b/src/http.c
|
||||
@@ -1,5 +1,6 @@
|
||||
#include <string.h>
|
||||
#include <libwebsockets.h>
|
||||
+#include <openssl/ssl.h>
|
||||
|
||||
#include "server.h"
|
||||
#include "html.h"
|
||||
Reference in New Issue
Block a user