X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage1%2Fcis-util-linux-ng;h=18c8d3400cfcfa393319e6738231f71d80448951;hb=f41e274186ffbed8f6bdc4d44da23758c83f1bb9;hp=8d16906e1fd595d9fe6ddbe0bc816c7999e1355c;hpb=6d3d50c17b24ef41f917f5776696eca810198092;p=hvlinux.git diff --git a/stage1/cis-util-linux-ng b/stage1/cis-util-linux-ng index 8d16906..18c8d34 100755 --- a/stage1/cis-util-linux-ng +++ b/stage1/cis-util-linux-ng @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o errexit # First argument of this script is the package name. @@ -16,8 +16,14 @@ source ../packages-list # Applying patches (if any) apply_patches ${PACKAGE} -${SCRDIR}/cis-common2 ${PACKAGE} "${CONFIGURE_OPTS} --enable-login-utils --disable-makeinstall-chown" cd ${LFS_TMP}/${PACKAGE}-build + +CC="${CC} ${CLFS_BUILDFLAGS}" CXX="${CXX} ${CLFS_BUILDFLAGS}" \ + ../${PACKAGE}/configure \ + --build=${CLFS_HOST} \ + --host=${CLFS_TARGET} \ + --enable-login-utils \ + --disable-makeinstall-chown ${HVMAKE} ${HVMAKE} DESTDIR=${LFS} install