X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcis-util-linux-ng;h=18c8d3400cfcfa393319e6738231f71d80448951;hb=d285862d69e7fd12b359fbdb594a9d78607ece1f;hp=f86916c6d871dcee9567d9aedecebd5efb02f9fe;hpb=97b938a7a341fe0d45ba4f93ce9e785b2bdc182a;p=hvlinux.git diff --git a/stage1/cis-util-linux-ng b/stage1/cis-util-linux-ng index f86916c..18c8d34 100755 --- a/stage1/cis-util-linux-ng +++ b/stage1/cis-util-linux-ng @@ -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