Adding STAGE1 bootstrap recipe
This commit is contained in:
parent
633aea4e41
commit
2cb30eab60
9
STAGE1-patch
Normal file
9
STAGE1-patch
Normal file
@ -0,0 +1,9 @@
|
||||
srpm patch
|
||||
mcd $BUILDDIR/$1
|
||||
cat <<EOF > config.cache
|
||||
ac_cv_func_strnlen_working=yes
|
||||
EOF
|
||||
$SRC/${1}-*/configure $TCONFIGARGS --cache-file=config.cache
|
||||
notparallel
|
||||
make $J V=1
|
||||
make $J install DESTDIR=${ROOTFS}
|
Loading…
Reference in New Issue
Block a user