mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
took out -static for nextstep -- it doesn't work
This commit is contained in:
parent
e066e7b2fc
commit
7ba319bd51
@ -82,9 +82,6 @@ case "$OS" in
|
|||||||
"ksr"*) echo "Looks like a KSR"
|
"ksr"*) echo "Looks like a KSR"
|
||||||
;;
|
;;
|
||||||
"next") echo "Looks like NeXTstep"
|
"next") echo "Looks like NeXTstep"
|
||||||
if test -n "$GCC"; then
|
|
||||||
STATIC_FLAGS="-static"
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
"bsd/386") echo "Looks like bsdi BSD/386"
|
"bsd/386") echo "Looks like bsdi BSD/386"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user