mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 01:20:21 +00:00
Update repo
This commit is contained in:
13
disabled-packages/kphp/server-php-runner.cpp.patch
Normal file
13
disabled-packages/kphp/server-php-runner.cpp.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/server/php-runner.cpp
|
||||
+++ b/server/php-runner.cpp
|
||||
@@ -14,6 +14,10 @@
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
+#ifdef __ANDROID__
|
||||
+#define valloc(size) memalign(sysconf(_SC_PAGESIZE),size)
|
||||
+#endif
|
||||
+
|
||||
#include "common/fast-backtrace.h"
|
||||
#include "common/kernel-version.h"
|
||||
#include "common/kprintf.h"
|
||||
Reference in New Issue
Block a user