From 145f3cd17340ae3a1af8aad3bdce8ddcc626ec67 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Sat, 3 Dec 2016 16:47:36 -0800 Subject: Add --disable-syscall. This resolves #517. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 626ef7f..cce3ed7 100644 --- a/INSTALL +++ b/INSTALL @@ -206,6 +206,11 @@ any of the following arguments (not a definitive list) to 'configure': most extreme case increases physical memory usage for the 16 KiB size class to 20 KiB. +--disable-syscall + Disable use of syscall(2) rather than {open,read,write,close}(2). This is + intended as a workaround for systems that place security limitations on + syscall(2). + --with-xslroot= Specify where to find DocBook XSL stylesheets when building the documentation. -- cgit v1.2.3