1.
*
sed -i.bak '/^#ifndef DATE/i\
\/* Deterministic date and time. *\/\
#define DATE "Jan 1 1970"\
#define TIME "00:00:01"\
' Modules/getbuildinfo.c
2.
*
sed -i.bak 's/^#\(zlib[[:space:]]\+zlibmodule\.c[[:space:]]\+-lz\)/\1/' Modules/Setup
3.
*
./configure --disable-test-modules --prefix=$PREFIX/native
5.
*
make DESTDIR=$STAGING_DIR install
6.
none
mkdir -p $STAGING_DIR$PREFIX/native/python3.11.13
7.
none
cp -r pybuild/* $STAGING_DIR$PREFIX/native/python3.11.13
8.
*
$PREFIX/native/bootstrap/bin/perl $PREFIX/native/bootstrap/bin/strip-nondeterminism-recursive --directory $STAGING_DIR