Author: alexander
Date: 2005-05-14 05:21:27 -0600 (Sat, 14 May 2005)
New Revision: 148

Modified:
   trunk/packages/lynx/Makefile
Log:
Made Lynx locale-friendly by default. Enabled configurable colors and SSL.

Modified: trunk/packages/lynx/Makefile
===================================================================
--- trunk/packages/lynx/Makefile        2005-05-14 05:36:19 UTC (rev 147)
+++ trunk/packages/lynx/Makefile        2005-05-14 11:21:27 UTC (rev 148)
@@ -22,8 +22,12 @@
        @echo ""
        @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
        @if [ ! -f /usr/bin/lynx ] ; then tar xjvf $(FILE) && cd $(DIR) && \
-        ./configure --prefix=/usr --libdir=/etc --with-zlib --with-bzlib && \
+        ./configure --prefix=/usr --libdir=/etc --with-zlib --with-bzlib \
+           --enable-nls --with-ssl --enable-charset-choice \
+           --enable-color-style --enable-default-colors \
+           --enable-locale-charset && \
         make -j3 && make install && \
+        sed -i 's/#LOCALE_CHARSET:FALSE/LOCALE_CHARSET:TRUE/' /etc/lynx.cfg && 
\
         make docdir=/usr/share/doc/$(NM)-$(VRS)/lynx_doc 
helpdir=/usr/share/doc/$(NM)-$(VRS)/lynx_help install-doc && \
         make docdir=/usr/share/doc/$(NM)-$(VRS)/lynx_doc 
helpdir=/usr/share/doc/$(NM)-$(VRS)/lynx_help install-help && \
         chgrp -R root /usr/share/doc/$(NM)-$(VRS)/lynx_doc ; fi

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to