From 5fe77cf9ed586a84c5ccd289154d0b543d2b4949 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Apr 2014 08:38:29 -0500 Subject: 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. --- scripts/genconfig.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/genconfig.sh') diff --git a/scripts/genconfig.sh b/scripts/genconfig.sh index 41f1a173..4425328d 100755 --- a/scripts/genconfig.sh +++ b/scripts/genconfig.sh @@ -34,6 +34,11 @@ EOF #error nope #endif EOF + + # Hard to come by in uClibc. + probesymbol TOYBOX_ICONV -c << EOF + #include "iconv.h" +EOF } genconfig() -- cgit v1.2.3