X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage2%2Fcis-coreutils;h=f96ab6e1dbedb0de84407a2fc457547fdf29f270;hb=6bd766eee64094f4a893c5c168a9dea089888a8d;hp=941ee3861e9a2a9198ed45225f29ee9db592de4a;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage2/cis-coreutils b/stage2/cis-coreutils index 941ee38..f96ab6e 100755 --- a/stage2/cis-coreutils +++ b/stage2/cis-coreutils @@ -9,9 +9,13 @@ source ../packages-list # Applying patches (if any) apply_patches ${1} && +#--enable-no-install-program=kill,uptime +# The purpose of this switch is to prevent Coreutils from installing binaries that will be installed by other packages later. cd ${LFS_TMP}/${1}-build && ../${1}/configure \ - --prefix=/usr && + --prefix=/usr \ + --enable-install-program=hostname \ + --enable-no-install-program=kill,uptime && make -j ${MAKEJOBS} && make install &&