# HG changeset patch # User Rob Landley # Date 1404353899 18000 # Node ID 04b6f9a8c6afbcc34b0827bafea4dc70217eff2e # Parent edffac13b5f2f026acba79bc7d360626be6a5702 Yank patch next toybox version won't need (and musl doesn't either). diff -r edffac13b5f2 -r 04b6f9a8c6af sources/patches/toybox-uClibc.patch --- a/sources/patches/toybox-uClibc.patch Wed Jul 02 21:17:39 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -Ugly workaround until I can switch to musl. - -diff -r 9e105bab92e5 scripts/genconfig.sh ---- a/scripts/genconfig.sh Wed Apr 16 08:54:19 2014 -0500 -+++ b/scripts/genconfig.sh Wed Apr 16 14:53:56 2014 -0500 -@@ -34,6 +34,11 @@ - #error nope - #endif - EOF -+ -+ # Hard to come by in uClibc. -+ probesymbol TOYBOX_ICONV -c << EOF -+ #include "iconv.h" -+EOF - } - - genconfig() -diff -r 9e105bab92e5 toys/pending/iconv.c ---- a/toys/pending/iconv.c Wed Apr 16 08:54:19 2014 -0500 -+++ b/toys/pending/iconv.c Wed Apr 16 14:53:56 2014 -0500 -@@ -9,6 +9,7 @@ - config ICONV - bool "iconv" - default y -+ depends on TOYBOX_ICONV - help - usage: iconv [-f FROM] [-t TO] [FILE...] -