Completed transition to new ipkg method (ipkg.def), successfully booting after stage 1
[hvlinux.git] / stage2 / pkg / inetutils
index b1ad3c1..5d9b3f2 100755 (executable)
@@ -1,13 +1,16 @@
 #!/bin/bash
 
-CONFIGURE_OPTS="\
-    --libexecdir=/usr/sbin \
-    --localstatedir=/var \
-    --disable-ifconfig \
-    --disable-logger \
-    --disable-syslogd \
-    --disable-whois \
-    --disable-servers"
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        --libexecdir=/usr/sbin \
+        --localstatedir=/var \
+        --disable-ifconfig \
+        --disable-logger \
+        --disable-syslogd \
+        --disable-whois \
+        --disable-servers"
+}
 
 hvbuild_post()
 {