mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
document HP's crippled compiler deficiency.
This commit is contained in:
parent
1e46c4d26d
commit
badd06688f
6
INSTALL
6
INSTALL
@ -682,3 +682,9 @@ Dynix:
|
||||
on Dynix, try using the native compiler (cc). You can do so
|
||||
by removing the config.cache file and then re-running configure
|
||||
with the --with-CC=cc option.
|
||||
|
||||
HP-UX:
|
||||
The default C compiler shipped with HP-UX does not support creating
|
||||
position independent code and so is unable to support sudo's "noexec"
|
||||
functionality. You must use either HP ANSI C compiler or gcc for
|
||||
noexec to work.
|
||||
|
Loading…
x
Reference in New Issue
Block a user