From: Baruch Siach Date: Tue, 2 Dec 2014 07:48:41 +0000 (+0200) Subject: live555: fix shared library build on x86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d782490a5f99422335406b7230e726b68833ac8;p=buildroot.git live555: fix shared library build on x86 -fPIC is required for shared libraries on x86. Fixes: http://autobuild.buildroot.net/results/6e7/6e78d3e29856c25d233f1629c31bc15f7ecb2f89/ Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- diff --git a/package/live555/live555.mk b/package/live555/live555.mk index 7dbded3522..064450546f 100644 --- a/package/live555/live555.mk +++ b/package/live555/live555.mk @@ -19,6 +19,7 @@ LIVE555_LIBRARY_LINK = $(TARGET_AR) cr else LIVE555_CONFIG_TARGET = linux-with-shared-libraries LIVE555_LIBRARY_LINK = $(TARGET_CC) -o +LIVE555_CFLAGS += -fPIC endif ifndef ($(BR2_ENABLE_LOCALE),y)