X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fncurses;h=52fce24e661c4d3107806eb7a1377e1d772bd7dd;hb=81da365042d1bf4354e0480d888fe3b8425c47c7;hp=846af37fbb26d5eb944db34b8eaa100a740195c2;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage0/pkg/ncurses b/stage0/pkg/ncurses index 846af37..52fce24 100644 --- a/stage0/pkg/ncurses +++ b/stage0/pkg/ncurses @@ -1,9 +1,12 @@ #!/bin/bash -CONFIGURE_OPTS="\ - --without-debug \ - --without-shared \ - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --without-debug \ + --without-shared" +} hvbuid() {