tvheadend: dont use $TARGET_* variables

This commit is contained in:
Lukas Rusak 2016-09-24 11:45:11 -07:00
parent 9b75d654a6
commit 01ceca1c63
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -38,7 +38,7 @@ PKG_ADDON_TYPE="xbmc.service"
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \ PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
--arch=$TARGET_ARCH \ --arch=$TARGET_ARCH \
--cpu=$TARGET_CPU \ --cpu=$TARGET_CPU \
--cc=$TARGET_CC \ --cc=$CC \
--enable-hdhomerun_client \ --enable-hdhomerun_client \
--enable-hdhomerun_static \ --enable-hdhomerun_static \
--disable-avahi \ --disable-avahi \