diff --git a/BaseBuild/toolchain/coreutils b/BaseBuild/toolchain/coreutils index 65f22ce..6ef9f06 100644 --- a/BaseBuild/toolchain/coreutils +++ b/BaseBuild/toolchain/coreutils @@ -80,8 +80,11 @@ SRCPATH=Base/System (( MKPKG = $MKPKG | 8 )) (( MKPKG = $MKPKG | 16 )) +(( MKPKG = $MKPKG | 128 )) premk() { +# SrcPatch $MAKEDIR/coreutils* $LFSSOURCE/$SRCPATH/coreutils-6.11-suppress_uptime_kill_su-1.patch* + SrcPatch $MAKEDIR/coreutils* $LFSSOURCE/$SRCPATH/coreutils-6.11-uname-1.patch* sed -i "s/futimens/gl_&/" $(grep -lr futimens *) } @@ -98,3 +101,4 @@ mk() { postmk() { echo "Nothing to to for postmk()" } +