aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain 'GarthPS' Paré <sylvain.pare@gmail.com>2011-07-06 23:53:42 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-07-07 00:25:47 +0200
commit529b445f1122e3d0de7acff980fa0af114368157 (patch)
treedc857df863cfa6e24632a13df67a91eed32d8b40
parent1152dcf6a4389ee2b59b4029619f180480f4e590 (diff)
downloadopenembedded-529b445f1122e3d0de7acff980fa0af114368157.tar.gz
live555 recipe: added -fPIC flag need by VLC to build with live555 support
Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--recipes/live555/live555.inc3
1 files changed, 2 insertions, 1 deletions
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
}