diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-28 01:08:10 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:15 +0100 |
commit | 7c07ae2431668dd92c4417b0f4d3d0a88d4cf9da (patch) | |
tree | 9f01d84fd5e942d67e97ba8fb0900af0c776e5bf /doc/install.md | |
parent | 3ac33673869b6f1ae1a29a329e5fa5c100bdd562 (diff) |
Search for libiconv before libc
In BSD systems where libiconv provides /usr/local/include/iconv.h and
libc provides /usr/include/iconv.h there is a problem when we can
use the headers of libiconv but end up linking with libc. The workaround
is to search first for libiconv, and if not found assume it is safe to
link with the libc.
Diffstat (limited to 'doc/install.md')
0 files changed, 0 insertions, 0 deletions