mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 02:43:23 +00:00
Update repo
This commit is contained in:
14
disabled-packages/kphp/runtime-openssl.cpp.patch
Normal file
14
disabled-packages/kphp/runtime-openssl.cpp.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- a/runtime/openssl.cpp
|
||||
+++ b/runtime/openssl.cpp
|
||||
@@ -21,6 +21,11 @@
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
+#ifdef __ANDROID__
|
||||
+#include <netinet/in.h>
|
||||
+#include <netinet/in6.h>
|
||||
+#endif
|
||||
+
|
||||
#include "common/crc32.h"
|
||||
#include "common/resolver.h"
|
||||
#include "common/smart_ptrs/unique_ptr_with_delete_function.h"
|
||||
Reference in New Issue
Block a user