tvheadend42: use the installed headers

libhdhomerun installs the required headers, there's no need to point to its
build directory.
This commit is contained in:
Andre Heider 2019-12-11 22:05:52 +01:00
parent b86cffe84a
commit 14cf8f3842

View File

@ -87,7 +87,7 @@ pre_configure_target() {
LDFLAGS+=" -L$(get_install_dir ffmpegx)/usr/local/lib" LDFLAGS+=" -L$(get_install_dir ffmpegx)/usr/local/lib"
# pass libhdhomerun to build # pass libhdhomerun to build
CFLAGS+=" -I$(get_build_dir libhdhomerun)" CFLAGS+=" -I$SYSROOT_PREFIX/usr/include/hdhomerun"
export CROSS_COMPILE="$TARGET_PREFIX" export CROSS_COMPILE="$TARGET_PREFIX"
export CFLAGS+=" -I$SYSROOT_PREFIX/usr/include/iconv -L$SYSROOT_PREFIX/usr/lib/iconv" export CFLAGS+=" -I$SYSROOT_PREFIX/usr/include/iconv -L$SYSROOT_PREFIX/usr/lib/iconv"