Changeset 1730

Show
Ignore:
Timestamp:
09/23/06 08:46:25 (2 years ago)
Author:
alexander
Message:

Removed --enable-nls from Lynx configuration, see http://wiki.linuxfromscratch.org/blfs/ticket/1961

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/lynx/Makefile

    r1379 r1730  
    2222compile-stage2: 
    2323        ./configure --prefix=/usr --libdir=/etc --with-zlib --with-bzlib \ 
    24             --enable-nls --with-ssl --enable-charset-choice \ 
     24            --with-ssl --enable-charset-choice \ 
    2525            --enable-locale-charset --with-screen=ncursesw 
    2626        make $(PM)