rtmpdump: build statically only

Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 929b6ebfe0bab854c98ec9b46124fe6732693154)
This commit is contained in:
Stephan Raue 2016-11-16 00:13:28 +00:00 committed by MilhouseVH
parent 60c40f4d0c
commit eeefc316a0

View File

@ -41,6 +41,7 @@ make_target() {
CC="$CC" \
LD="$LD" \
AR="$AR" \
SHARED=no \
CRYPTO="OPENSSL" \
OPT="" \
XCFLAGS="$CFLAGS" \
@ -57,6 +58,7 @@ makeinstall_target() {
CC="$CC" \
LD="$LD" \
AR="$AR" \
SHARED=no \
CRYPTO="OPENSSL" \
OPT="" \
XCFLAGS="$CFLAGS" \
@ -72,6 +74,7 @@ makeinstall_target() {
CC="$CC" \
LD="$LD" \
AR="$AR" \
SHARED=no \
CRYPTO="OPENSSL" \
OPT="" \
XCFLAGS="$CFLAGS" \
@ -83,7 +86,7 @@ makeinstall_target() {
post_makeinstall_target() {
rm -rf $INSTALL/usr/sbin
# to be removed: hack for "compatibility"
mkdir -p $INSTALL/usr/lib
ln -sf librtmp.so.1 $INSTALL/usr/lib/librtmp.so.0
# # to be removed: hack for "compatibility"
# mkdir -p $INSTALL/usr/lib
# ln -sf librtmp.so.1 $INSTALL/usr/lib/librtmp.so.0
}