Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-11 12:29:25 +02:00
parent 633aea4e41
commit 2cb30eab60

9
STAGE1-patch Normal file
View 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}