Completed transition to new ipkg method (ipkg.def), successfully booting after stage 1
[hvlinux.git] / stage2 / pkg / util-linux-ng
index e46e5c3..081181e 100644 (file)
@@ -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: