Skip to content

Commit 44fdc89

Browse files
committed
update patch for 84
1 parent 0590aee commit 44fdc89

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
File renamed without changes.

patches/disable_huge_page_84.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/configure.ac b/configure.ac
2+
index 48778c7bd2..760c4f2670 100644
3+
--- a/configure.ac
4+
+++ b/configure.ac
5+
@@ -1127,7 +1127,7 @@ dnl Extensions post-config.
6+
dnl ----------------------------------------------------------------------------
7+
8+
dnl Align segments on huge page boundary
9+
-AS_CASE([$host_alias], [[i[3456]86-*-linux-* | x86_64-*-linux-*]],
10+
+AS_CASE([nope], [[i[3456]86-*-linux-* | x86_64-*-linux-*]],
11+
[AC_CACHE_CHECK([linker support for -zcommon-page-size=2097152],
12+
[php_cv_have_common_page_size], [
13+
save_LDFLAGS=$LDFLAGS

0 commit comments

Comments
 (0)