We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8c6b7 commit 06ecda0Copy full SHA for 06ecda0
compile.sh
@@ -391,6 +391,11 @@ if [ "$IS_CROSSCOMPILE" == "yes" ]; then
391
DO_STATIC="yes"
392
OPENSSL_TARGET="linux-aarch64"
393
export ac_cv_func_fnmatch_works=yes #musl should be OK
394
+ export php_cv_type_cookie_off64_t=no #musl 1.2.5
395
+ #we don't need these but these also no longer use off64_t
396
+ #define them in case someone wants to build an extension which needs them
397
+ export php_cv_func_pread=yes
398
+ export php_cv_func_pwrite=yes
399
write_out "INFO" "Cross-compiling for Android ARMv8 (aarch64)"
400
#TODO: add cross-compile for aarch64 platforms (ios, rpi)
401
else
0 commit comments