From 529b445f1122e3d0de7acff980fa0af114368157 Mon Sep 17 00:00:00 2001 From: Sylvain 'GarthPS' Paré Date: Wed, 6 Jul 2011 23:53:42 +0200 Subject: live555 recipe: added -fPIC flag need by VLC to build with live555 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sylvain 'GarthPS' Paré Acked-by: Denis 'GNUtoo' Carikli --- recipes/live555/live555.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/live555/live555.inc b/recipes/live555/live555.inc index 14e97bbbae..f1e21dc32e 100644 --- a/recipes/live555/live555.inc +++ b/recipes/live555/live555.inc @@ -7,7 +7,7 @@ HOMEPAGE = "http://live.com/" LICENSE = "LGPL" SECTION = "devel" -INC_PR = "r1" +INC_PR = "r2" URLV = "${@bb.data.getVar('PV',d,1)[0:4]}.${@bb.data.getVar('PV',d,1)[4:6]}.${@bb.data.getVar('PV',d,1)[6:8]}" SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \ @@ -18,6 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" do_configure() { cp ${WORKDIR}/config.linux-cross . + echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross ./genMakefiles linux-cross } -- cgit 1.2.3-korg