CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/29 13:04:02
Modified files:
lang/clisp : Makefile
Log message:
Override some configure tests for mmap, shm.
sthen@ reported that clisp sometimes fails to build, with an error at
MAP_ANON. Some tests, including MAP_ANON, might give a random 'no' when
their fixed addresses conflict with ASLR. Override to 'yes'.
ok sthen@
