X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Futil-linux-ng;h=081181e5bf4bdc95199c07c5f052dd4266f80bb3;hb=907fcfdccdd0ddd33accef87490f9e0b750797ad;hp=e46e5c300f44733673e84bd8b1a6092dbe85c809;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage2/pkg/util-linux-ng b/stage2/pkg/util-linux-ng index e46e5c3..081181e 100644 --- a/stage2/pkg/util-linux-ng +++ b/stage2/pkg/util-linux-ng @@ -2,6 +2,12 @@ hvconfig_pre() { + CONFIGURE_OPTS="\ + --enable-arch \ + --enable-partx \ + --enable-write \ + --disable-wall" + # The FHS recommends that we use /var/lib/hwclock, instead of the usual # /etc, as the location for the adjtime file. To make the hwclock program # FHS-compliant, run the following: @@ -9,17 +15,6 @@ hvconfig_pre() mkdir -pv /var/lib/hwclock } -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE} - - ./configure \ - --enable-arch \ - --enable-partx \ - --enable-write \ - --disable-wall -} - hvbuild_post() { # Move the logger binary to /bin as it is needed by the CLFS-Bootscripts package: