Completed transition to new ipkg method (ipkg.def), successfully booting after stage 1
[hvlinux.git] / stage0 / pkg / ncurses
index 846af37..52fce24 100644 (file)
@@ -1,9 +1,12 @@
 #!/bin/bash
 
-CONFIGURE_OPTS="\
-    --without-debug \
-    --without-shared \
-    ${CONFIGURE_OPTS}"
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --without-debug \
+        --without-shared"
+}
 
 hvbuid()
 {