Integrate patches inside git repository
[hvlinux.git] / stage0 / pkg / ncurses
index 18a27ae..7d4a680 100644 (file)
@@ -1,5 +1,13 @@
 #!/bin/bash
 
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --without-debug \
+        --without-shared"
+}
+
 hvbuid()
 {
     # Only one binary is needed for the Cross-Tools.
@@ -7,5 +15,5 @@ hvbuid()
     ${HVMAKE} -C progs tic
 
     # Install tic
-    install -m755 progs/tic /cross-tools/bin
+    install -v -m755 progs/tic /cross-tools/bin
 }