mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc-pvr-addons: MySQL support should not be magically detected
thanks to: Georgi Georgiev <chutz@gg3.net> closes #2381
This commit is contained in:
parent
5306bb78bf
commit
03e5c85253
@ -22,6 +22,12 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
if [ "$MYSQL_SUPPORT" = yes ]; then
|
||||||
|
PVRADDONS_MYSQL="--enable-mysql"
|
||||||
|
else
|
||||||
|
PVRADDONS_MYSQL="--disable-mysql"
|
||||||
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
@ -29,6 +35,7 @@ cd $PKG_BUILD
|
|||||||
--prefix=/usr/share/xbmc \
|
--prefix=/usr/share/xbmc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-addons-with-dependencies \
|
--enable-addons-with-dependencies \
|
||||||
|
$PVRADDONS_MYSQL \
|
||||||
--enable-shared
|
--enable-shared
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user