[vlc-devel] [PATCH] contrib/live555: use our compiler

Rafaël Carré funman at videolan.org
Sat Jan 21 00:40:57 CET 2012


---
 contrib/src/live555/rules.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index d90c9b7..b5daf18 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -42,10 +42,10 @@ endif
 ifdef HAVE_MACOSX
 	cd $< && sed -i.orig -e s/"libtool -s -o"/"ar cr"/g config.macosx*
 endif
+	cd $< && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -i.orig config.$(LIVE_TARGET)
 	cd $< && sed \
 		-e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' \
-		-e 's%cc%$(CC)%' \
-		-e 's%c++%$(CXX)\ $(EXTRA_LDFLAGS)%' \
+		-e 's%$(CXX)%$(CXX)\ $(EXTRA_LDFLAGS)%' \
 		-i.orig config.macosx
 	cd $< && sed -e 's%-D_FILE_OFFSET_BITS=64%-D_FILE_OFFSET_BITS=64\ -fPIC\ -DPIC%' -i.orig config.linux
 	cd $< && ./genMakefiles $(LIVE_TARGET)
-- 
1.7.8.3



More information about the vlc-devel mailing list