mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
Merge pull request #4538 from vpeter4/vdrfix
vdr-addon: fixes for missing dummydevice plugin and undefined symbol …
This commit is contained in:
commit
21e53f27bc
@ -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