Update X.org packages (fixes bug with intel driver)
[hvlinux.git] / stage2 / pkg / ncurses
index 739a4a2..5efb791 100644 (file)
@@ -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