diff options
author | Rob Landley <rob@landley.net> | 2014-04-23 08:38:29 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-04-23 08:38:29 -0500 |
commit | 5fe77cf9ed586a84c5ccd289154d0b543d2b4949 (patch) | |
tree | 6f7d748d6a48271e86f9f0e06bc63b9fd7f42d3a /toys | |
parent | 3297e87c2ab798696b0fb3d06904dccea076b77a (diff) | |
download | toybox-5fe77cf9ed586a84c5ccd289154d0b543d2b4949.tar.gz |
As long as uClibc's still around and requires you to jump through hoops to get iconv(), probe and build defconfig without it if it's not there.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/pending/iconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/iconv.c b/toys/pending/iconv.c index 847fcfd1..f4c64fa3 100644 --- a/toys/pending/iconv.c +++ b/toys/pending/iconv.c @@ -9,6 +9,7 @@ USE_ICONV(NEWTOY(iconv, "t:f:", TOYFLAG_USR|TOYFLAG_BIN)) config ICONV bool "iconv" default y + depends on TOYBOX_ICONV help usage: iconv [-f FROM] [-t TO] [FILE...] |