Author: alexander Date: 2006-09-23 08:46:25 -0600 (Sat, 23 Sep 2006) New Revision: 1730
Modified: branches/6.2/packages/lynx/Makefile Log: Removed --enable-nls from Lynx configuration, see http://wiki.linuxfromscratch.org/blfs/ticket/1961 Modified: branches/6.2/packages/lynx/Makefile =================================================================== --- branches/6.2/packages/lynx/Makefile 2006-09-10 04:07:07 UTC (rev 1729) +++ branches/6.2/packages/lynx/Makefile 2006-09-23 14:46:25 UTC (rev 1730) @@ -21,7 +21,7 @@ compile-stage2: ./configure --prefix=/usr --libdir=/etc --with-zlib --with-bzlib \ - --enable-nls --with-ssl --enable-charset-choice \ + --with-ssl --enable-charset-choice \ --enable-locale-charset --with-screen=ncursesw make $(PM) make docdir=/usr/share/doc/$(NM)-$(VRS)/doc \ -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
