]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
iconv: Allow using GNU libiconv
authorOlliver Schinagl <oliver@schinagl.nl>
Thu, 23 Feb 2023 17:49:44 +0000 (18:49 +0100)
committerFlole998 <Flole998@users.noreply.github.com>
Thu, 23 Mar 2023 02:24:42 +0000 (03:24 +0100)
commit21a5c6399aaba600886f1bc1ad0ce79d454b8ba8
tree0c96c000a231a4c1fdc69405a468862b2ea61994
parent0acb338a762afbd46658fadc55ae3e6827c5b73a
iconv: Allow using GNU libiconv

TVHeadend has a hard-dependency on libiconv. Lets make this a little bit
more flexible by also allowing gnu-libiconv.

This helps with musl-based systems, such as Alpine Linux.

Contributes to #4940.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Makefile
configure
src/intlconv.c