mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
tvheadend42: dont use $TARGET_* variables
This commit is contained in:
parent
01ceca1c63
commit
c61644894b
@ -47,7 +47,7 @@ fi
|
|||||||
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 \
|
||||||
--disable-avahi \
|
--disable-avahi \
|
||||||
--enable-bundle \
|
--enable-bundle \
|
||||||
--disable-dbus_1 \
|
--disable-dbus_1 \
|
||||||
@ -87,7 +87,7 @@ pre_configure_target() {
|
|||||||
# transcoding link tvheadend with g++
|
# transcoding link tvheadend with g++
|
||||||
if [ "$TARGET_ARCH" = x86_64 ]; then
|
if [ "$TARGET_ARCH" = x86_64 ]; then
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
export CXX=$TARGET_CXX
|
export CXX=$CXX
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user