package/tvheadend: Needs iconv()
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 14 Oct 2014 18:28:25 +0000 (20:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 Oct 2014 21:01:16 +0000 (22:01 +0100)
commit299741c485616ef033d220c24726ff3d54a9709f
treed153686bd45175acad919f0b10fcf6f91b24f4db
parentf3765858c590d85738154edc697aa45f2d09f86e
package/tvheadend: Needs iconv()

Fixes
CC              src/intlconv.o
src/intlconv.c:1:19: fatal error: iconv.h: No such file or directory
 #include <iconv.h>

with this defconfig

BR2_arm=y
BR2_cortex_a15=y
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_TVHEADEND=y

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tvheadend/Config.in