[oe-commits] Sylvain 'GarthPS' Paré : live555 recipe: added -fPIC flag need by VLC to build with live555 support

git version control git at git.openembedded.org
Fri Jul 8 00:58:42 UTC 2011


Module: openembedded.git
Branch: slugos/slugos6.0-beta
Commit: 529b445f1122e3d0de7acff980fa0af114368157
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=529b445f1122e3d0de7acff980fa0af114368157

Author: Sylvain 'GarthPS' Paré <sylvain.pare at gmail.com>
Date:   Wed Jul  6 23:53:42 2011 +0200

live555 recipe: added -fPIC flag need by VLC to build with live555 support

Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare at gmail.com>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/live555/live555.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/live555/live555.inc b/recipes/live555/live555.inc
index 14e97bb..f1e21dc 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
 }
 





More information about the Openembedded-commits mailing list