From fa67a47381f0bdd3a960035ac892634cb484b188 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jun 15 2015 15:11:18 +0000 Subject: Adding STAGE1 bootstrap recipe --- diff --git a/STAGE1-util-linux b/STAGE1-util-linux new file mode 100644 index 0000000..9e6d76a --- /dev/null +++ b/STAGE1-util-linux @@ -0,0 +1,12 @@ +srpm util-linux +mcd $BUILDDIR/$1 +cat < config.cache +ax_cv_have_tls=yes +scanf_cv_alloc_modifier=ms +EOF +$SRC/${1}-*/configure $TCONFIGARGS --without-ncurses \ + --prefix=/usr --libexecdir=/usr/lib${SUFFIX} --libdir=/usr/lib${SUFFIX} \ + --disable-wall --cache-file=config.cache --without-python --without-systemd +notparallel +make $J V=1 +make $J install DESTDIR=${ROOTFS}