Fix hardcoded 127.0.0.1 name server address by dhclient
[hvlinux.git] / stage2 / pkg / ncurses
index 739a4a2..fe8355d 100644 (file)
@@ -7,7 +7,9 @@ hvconfig_pre()
         --libdir=/lib \
         --with-shared \
         --without-debug \
+       --enable-pc-files \
         --enable-widec \
+        --with-default-terminfo-dir=/usr/share/terminfo  \
         --with-manpage-format=normal"
 }
 
@@ -22,7 +24,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