mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
vdr-addon: fixes for missing dummydevice plugin and undefined symbol in restfulapi plugin
This commit is contained in:
parent
12da32e819
commit
01c6abf2cc
@ -47,8 +47,9 @@ make_target() {
|
|||||||
post_make_target() {
|
post_make_target() {
|
||||||
VDR_DIR=$(get_build_dir vdr)
|
VDR_DIR=$(get_build_dir vdr)
|
||||||
VDR_APIVERSION=`sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$/\1/p' $VDR_DIR/config.h`
|
VDR_APIVERSION=`sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$/\1/p' $VDR_DIR/config.h`
|
||||||
|
LIB_NAME=lib${PKG_NAME}
|
||||||
|
|
||||||
cp --remove-destination libvdr*.so libvdr.so.${VDR_APIVERSION}
|
cp --remove-destination ${LIB_NAME}.so ${LIB_NAME}.so.${VDR_APIVERSION}
|
||||||
$STRIP libvdr-*.so*
|
$STRIP libvdr-*.so*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ make_target() {
|
|||||||
make \
|
make \
|
||||||
LIBDIR="." \
|
LIBDIR="." \
|
||||||
LOCDIR="./locale" \
|
LOCDIR="./locale" \
|
||||||
|
LIBS="-lcxxtools-http -lcxxtools" \
|
||||||
all install-i18n
|
all install-i18n
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user