From ce17a364e7c74077d96f6e7573876db6666dd867 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 21 Aug 2019 23:04:14 +0100 Subject: Using libgit2 implementation of libconv with the option -DUSE_ICONV=OFF When trying to install `libgit2' on my macOS system, it complains about not finding `_iconv*' functions! But apparently `libgit2' has its own implementation of `libiconv' that it uses if it can't find `libiconv' on macOS. So, the solution to this problem was to add `-DUSE_ICONV=OFF' to the configuration options of `libgit2'. I reported this issue that now is fixed thanks to the help of Mohammad Akhlaghi. --- .file-metadata | Bin 6349 -> 7194 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index a6a476c..4059058 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1