forked from kiss-community/kiss
kiss: Allow user to force kiss to run as root
This commit is contained in:
parent
1210dae5dd
commit
4b3430f301
@ -47,6 +47,7 @@ main() {
|
|||||||
TERM="$TERM" \
|
TERM="$TERM" \
|
||||||
SHELL=/bin/sh \
|
SHELL=/bin/sh \
|
||||||
USER=root \
|
USER=root \
|
||||||
|
KISS_ASROOT=1 \
|
||||||
CFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \
|
CFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \
|
||||||
CXXFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \
|
CXXFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \
|
||||||
MAKEFLAGS="-j$(nproc 2>/dev/null || echo 1)" \
|
MAKEFLAGS="-j$(nproc 2>/dev/null || echo 1)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user