mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
On Linux, disable address space randomization
This commit is contained in:
parent
5a05cf4063
commit
d98bfcbf81
2 changed files with 9 additions and 10 deletions
|
@ -121,11 +121,6 @@ AC_CHECK_HEADER([err.h], [], [bsddiff_compat_include="-Icompat-include"])
|
|||
AC_SUBST([bsddiff_compat_include])
|
||||
|
||||
|
||||
# Check whether we have the personality() syscall, which allows us to
|
||||
# do i686-linux builds on x86_64-linux machines.
|
||||
AC_CHECK_HEADERS([sys/personality.h])
|
||||
|
||||
|
||||
# Check for <linux/fs.h> (for immutable file support).
|
||||
AC_CHECK_HEADERS([linux/fs.h])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue