pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit fed0c4de0e30ca58804b00d254cd1ca924cf569b
parent 26ac49acd9773a2bbae34c99d09483a374d370ce
Author: ccx <root@dorje.wpr.cz>
Date:   Tue, 30 Mar 2021 10:39:03 +0200

Enable clone-newpid patch via define

Diffstat:
Minstall-all | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install-all b/install-all @@ -23,7 +23,7 @@ install_s6() { git clean -fx || exit $? patch -up 1 -i ../s6_clone_newpid.patch || exit $? ./configure --disable-shared --enable-static --enable-allstatic --enable-static-libc --enable-slashpackage="$slashpackage" || exit $? - make -j${jobs} || exit $? + make -j${jobs} CFLAGS=-DWANT_CLONE_NEWPID || exit $? make install || exit $? make -L update || exit $? make -L global-links || exit $?