Skip to content

Commit

Permalink
update patch for 84
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Jun 11, 2024
1 parent 0590aee commit 44fdc89
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions patches/disable_huge_page_84.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/configure.ac b/configure.ac
index 48778c7bd2..760c4f2670 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1127,7 +1127,7 @@ dnl Extensions post-config.
dnl ----------------------------------------------------------------------------

dnl Align segments on huge page boundary
-AS_CASE([$host_alias], [[i[3456]86-*-linux-* | x86_64-*-linux-*]],
+AS_CASE([nope], [[i[3456]86-*-linux-* | x86_64-*-linux-*]],
[AC_CACHE_CHECK([linker support for -zcommon-page-size=2097152],
[php_cv_have_common_page_size], [
save_LDFLAGS=$LDFLAGS

0 comments on commit 44fdc89

Please sign in to comment.