From 2cb30eab6036a907d0187e00cd971fb1c4527d50 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Thu, 11 Jun 2015 12:29:25 +0200 Subject: [PATCH] Adding STAGE1 bootstrap recipe --- STAGE1-patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 STAGE1-patch diff --git a/STAGE1-patch b/STAGE1-patch new file mode 100644 index 0000000..bc1c2fc --- /dev/null +++ b/STAGE1-patch @@ -0,0 +1,9 @@ +srpm patch +mcd $BUILDDIR/$1 +cat < 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}