Loading debian/blogi.service +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ ExecStart=/usr/bin/systemd-nspawn \ --directory=/opt/blogi \ --settings=override \ --keep-unit \ --as-pid2 \ --quiet Restart=on-failure RestartSec=5 Loading packaging/build-nspawn.sh +6 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,9 @@ if [ \"\\\$LINKING\" = \"1\" ]; then -fuse-ld=lld \\\\ -L/usr/local/musl/lib -L/usr/local/lib -L\${RT_PATH} \\\\ --unwindlib=none -nostdlib \\\\ /usr/local/musl/lib/crt1.o /usr/local/musl/lib/crti.o \\\\ -lc++ -lc++abi -lunwind -lc -lclang_rt.builtins-x86_64 \\\\ /usr/local/musl/lib/crtn.o \\\\ -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\\\ \"\\\$@\" else Loading @@ -309,7 +311,10 @@ if [ \"\\\$LINKING\" = \"1\" ]; then exec clang-${LLVM_VERSION} \\\$COMPILE_FLAGS \\\\ -fuse-ld=lld \\\\ -L/usr/local/musl/lib -L/usr/local/lib -L\${RT_PATH} \\\\ -nostdlib -lc -lclang_rt.builtins-x86_64 \\\\ -nostdlib \\\\ /usr/local/musl/lib/crt1.o /usr/local/musl/lib/crti.o \\\\ -lc -lclang_rt.builtins-x86_64 \\\\ /usr/local/musl/lib/crtn.o \\\\ -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\\\ \"\\\$@\" else Loading Loading
debian/blogi.service +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ ExecStart=/usr/bin/systemd-nspawn \ --directory=/opt/blogi \ --settings=override \ --keep-unit \ --as-pid2 \ --quiet Restart=on-failure RestartSec=5 Loading
packaging/build-nspawn.sh +6 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,9 @@ if [ \"\\\$LINKING\" = \"1\" ]; then -fuse-ld=lld \\\\ -L/usr/local/musl/lib -L/usr/local/lib -L\${RT_PATH} \\\\ --unwindlib=none -nostdlib \\\\ /usr/local/musl/lib/crt1.o /usr/local/musl/lib/crti.o \\\\ -lc++ -lc++abi -lunwind -lc -lclang_rt.builtins-x86_64 \\\\ /usr/local/musl/lib/crtn.o \\\\ -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\\\ \"\\\$@\" else Loading @@ -309,7 +311,10 @@ if [ \"\\\$LINKING\" = \"1\" ]; then exec clang-${LLVM_VERSION} \\\$COMPILE_FLAGS \\\\ -fuse-ld=lld \\\\ -L/usr/local/musl/lib -L/usr/local/lib -L\${RT_PATH} \\\\ -nostdlib -lc -lclang_rt.builtins-x86_64 \\\\ -nostdlib \\\\ /usr/local/musl/lib/crt1.o /usr/local/musl/lib/crti.o \\\\ -lc -lclang_rt.builtins-x86_64 \\\\ /usr/local/musl/lib/crtn.o \\\\ -Wl,-rpath,/usr/local/musl/lib -Wl,-rpath,/usr/local/lib \\\\ \"\\\$@\" else Loading