mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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() {
|
||||
VDR_DIR=$(get_build_dir vdr)
|
||||
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*
|
||||
}
|
||||
|
||||
|
@ -45,6 +45,7 @@ make_target() {
|
||||
make \
|
||||
LIBDIR="." \
|
||||
LOCDIR="./locale" \
|
||||
LIBS="-lcxxtools-http -lcxxtools" \
|
||||
all install-i18n
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user