X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fncurses;h=52fce24e661c4d3107806eb7a1377e1d772bd7dd;hb=81da365042d1bf4354e0480d888fe3b8425c47c7;hp=18a27ae3cfdb71edbab48c9990ba721076ef9e99;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage0/pkg/ncurses b/stage0/pkg/ncurses index 18a27ae..52fce24 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.