Upgrade to vte-0.38.2
[hvlinux.git] / stage0 / pkg / ncurses
index 18a27ae..0732883 100644 (file)
@@ -1,5 +1,12 @@
 #!/bin/bash
 
+hvconfig_pre()
+{
+    CONFIGURE_OPTS+=" \
+        --without-debug \
+        --without-shared"
+}
+
 hvbuid()
 {
     # Only one binary is needed for the Cross-Tools.
@@ -7,5 +14,5 @@ hvbuid()
     ${HVMAKE} -C progs tic
 
     # Install tic
-    install -m755 progs/tic /cross-tools/bin
+    install -v -m755 progs/tic ${CROSS_TOOLS_DIR}/bin
 }