X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fncurses;h=5efb791922c81b013489ffee7a580d13ed1b9b20;hb=40fc12878275aeef31000fc758a50aadcc68aa20;hp=739a4a21d2f24146063821c42f8900e4fc433156;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/ncurses b/stage2/pkg/ncurses index 739a4a2..5efb791 100644 --- a/stage2/pkg/ncurses +++ b/stage2/pkg/ncurses @@ -2,12 +2,13 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --libdir=/lib \ --with-shared \ --without-debug \ + --enable-pc-files \ --enable-widec \ + --with-default-terminfo-dir=/usr/share/terminfo \ --with-manpage-format=normal" } @@ -22,7 +23,7 @@ hvbuild_post() ln -svfT ../../lib/libmenuw.so.5 /usr/lib/libmenuw.so ln -svfT ../../lib/libpanelw.so.5 /usr/lib/libpanelw.so ln -svfT ../../lib/libformw.so.5 /usr/lib/libformw.so - + # Make our Ncurses compatible for older and non-widec compatible programs can build properly. # Many applications still expect the linker to be able to find # non-wide-character Ncurses libraries. Trick such applications