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