commit 4b3430f30166b71f98fff95a1ed5ed964dcdbf10
parent 1210dae5ddcc7d68cc4bbf5f9bc9fb80dba4d9be
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Wed, 29 Jan 2020 09:05:12 +0200
kiss: Allow user to force kiss to run as root
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/kiss-chroot b/contrib/kiss-chroot
@@ -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)" \