X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fncurses;h=7d4a68073e54d94779b118dad3d54df9eddc1396;hb=f17ab848cb756cad27489bf0c2746e5ead466658;hp=18a27ae3cfdb71edbab48c9990ba721076ef9e99;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage0/pkg/ncurses b/stage0/pkg/ncurses index 18a27ae..7d4a680 100644 --- a/stage0/pkg/ncurses +++ b/stage0/pkg/ncurses @@ -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 }