X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fncurses;h=739a4a21d2f24146063821c42f8900e4fc433156;hb=81da365042d1bf4354e0480d888fe3b8425c47c7;hp=69433cf74dda81a732ba13deae116f512ac791c2;hpb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;p=hvlinux.git diff --git a/stage2/pkg/ncurses b/stage2/pkg/ncurses index 69433cf..739a4a2 100644 --- a/stage2/pkg/ncurses +++ b/stage2/pkg/ncurses @@ -1,12 +1,15 @@ #!/bin/bash -CONFIGURE_OPTS="\ - --libdir=/lib \ - --with-shared \ - --without-debug \ - --enable-widec \ - --with-manpage-format=normal \ - ${CONFIGURE_OPTS}" +hvconfig_pre() +{ + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --libdir=/lib \ + --with-shared \ + --without-debug \ + --enable-widec \ + --with-manpage-format=normal" +} hvbuild_post() {