[Toybox] [PATCH] macOS: iconv(1) needs libiconv on the mac.

enh enh at google.com
Tue Dec 4 16:32:04 PST 2018


---
 scripts/make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/make.sh b/scripts/make.sh
index 640dcbed..45d6f1ca 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -112,7 +112,7 @@ then
   # for it.

   > generated/optlibs.dat
-  for i in util crypt m resolv selinux smack attr rt crypto z log
+  for i in util crypt m resolv selinux smack attr rt crypto z log iconv
   do
     echo "int main(int argc, char *argv[]) {return 0;}" | \
     ${CROSS_COMPILE}${CC} $CFLAGS $LDFLAGS -xc - -o
generated/libprobe $LDASNEEDED -l$i > /dev/null 2>/dev/null &&
-- 
2.20.0.rc1.387.gf8505762e3-goog
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-macOS-iconv-1-needs-libiconv-on-the-mac.patch
Type: text/x-patch
Size: 833 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20181204/e01dc3bd/attachment-0002.bin>


More information about the Toybox mailing list