From 15d44bf6f0cf0cd390009c7c547a5113c7bcb7d0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 17 Jul 2019 09:11:46 +0000 Subject: [PATCH] build: update of the large page option error Now large pages is also supported by FreeBSD. PR-URL: https://github.com/nodejs/node/pull/28729 Reviewed-By: James M Snell Reviewed-By: Rich Trott --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 44d2eb253909ca..a791efebbca128 100755 --- a/configure.py +++ b/configure.py @@ -400,7 +400,7 @@ action='store_true', dest='node_use_large_pages', help='build with Large Pages support. This feature is supported only on Linux kernel' + - '>= 2.6.38 with Transparent Huge pages enabled') + '>= 2.6.38 with Transparent Huge pages enabled and FreeBSD') intl_optgroup.add_option('--with-intl', action='store',