Changeset 3659

Show
Ignore:
Timestamp:
12/06/07 01:40:32 (4 years ago)
Author:
n0-1
Message:

quick fix missing libiconv for applications with utf8 enabled

this doesn't fix for installing packages built with unicode
support enabled on a system originally built without. Therefore
the control files need to be modified conditionally, which is
ugly and up to now not really supported.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Config.in

    r3606 r3659  
    181181        bool "Enable support for the UTF-8 locale" 
    182182        default y 
     183        select FWRT_PACKAGE_LIBICONV 
    183184        help 
    184185          This will make the "en_US.UTF-8" locale supported by uClibc.