From fa67a47381f0bdd3a960035ac892634cb484b188 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Mon, 15 Jun 2015 17:11:18 +0200 Subject: [PATCH] Adding STAGE1 bootstrap recipe --- STAGE1-util-linux | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 STAGE1-util-linux 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}