Bug 2101 - blackbox depends on locale support
Summary: blackbox depends on locale support
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 12:05 UTC by jsteckli
Modified: 2010-07-02 12:07 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to add dependency (577 bytes, patch)
2010-06-25 15:26 UTC, jsteckli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsteckli 2010-06-24 12:05:38 UTC
Steps to repeat:
 1. Checkout git head
 2. Enable WCHAR support, but not locales
 3. Enable blackbox
 4. make
-> config of blackbox fails with missing iconv

Workaround:
 Select locale support.
Comment 1 Thomas Petazzoni 2010-06-24 14:05:36 UTC
Instead, we should do like samba: add a dependency on libiconv if locale aren't enabled.
Comment 2 jsteckli 2010-06-25 15:26:01 UTC
Created attachment 2119 [details]
Patch to add dependency
Comment 3 Peter Korsgaard 2010-07-02 12:07:00 UTC
Committed (slightly tweaked), thanks!