From fa45b4433e773476853899e74a7a0eefd9989cd3 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 29 Dec 2022 10:14:14 +0100 Subject: [PATCH] MT#55831 Build the library as shared Build the library as shared. Otherwise we are trying to link a static library built as PIE into a shared library. (real ticket number: TT#6850) Change-Id: Idaeb7b92b1c73887d02620f953c5a8df182ae659 --- apps/rtmp/librtmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rtmp/librtmp/Makefile b/apps/rtmp/librtmp/Makefile index 50f17224..4bfb164a 100644 --- a/apps/rtmp/librtmp/Makefile +++ b/apps/rtmp/librtmp/Makefile @@ -30,7 +30,7 @@ SO_posix=so.0 SO_mingw=dll SO_EXT=$(SO_$(SYS)) -SHARED=no +SHARED=yes SODEF_yes=-fPIC SOLIB_yes=librtmp.$(SO_EXT) SOINST_yes=install_$(SO_EXT)