kiss: Allow user to force kiss to run as root

This commit is contained in:
Dylan Araps 2020-01-29 09:05:12 +02:00
parent 1210dae5dd
commit 4b3430f301
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ main() {
TERM="$TERM" \
SHELL=/bin/sh \
USER=root \
KISS_ASROOT=1 \
CFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \
CXXFLAGS="-march=x86-64 -mtune=generic -pipe -Os" \
MAKEFLAGS="-j$(nproc 2>/dev/null || echo 1)" \