Explorar el Código

lynx: fix compile with ncursesw

Waldemar Brodkorb hace 5 meses
padre
commit
bc8a122cc1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package/lynx/Makefile

+ 2 - 2
package/lynx/Makefile

@@ -102,8 +102,8 @@ CONFIGURE_ARGS+=	--disable-warnings \
 			--disable-prettysrc \
 			--disable-finger \
 			--disable-dired \
-			--with-screen=ncurses \
-			--disable-widec \
+			--with-screen=ncursesw \
+			--enable-widec \
 			--disable-locale-charset \
 			--with-build-cc='$(HOST_CC)' \
 			--with-build-cflags="$(HOST_CFLAGS)" \