vlc | branch: master | Rafaël Carré <fun...@videolan.org> | Tue Jan 24 22:43:07 2012 -0500| [2a8e01dda3d9bcf9328623bdb2194f2d4c2d9c17] | committer: Rafaël Carré
contrib: live555: don't match just 'ar' It would replace the 'ar' of 'arm-....' Instead use "LIBRARY_LINK =.*ar" to be sure we replace the correct tool > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a8e01dda3d9bcf9328623bdb2194f2d4c2d9c17 --- contrib/src/live555/rules.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak index bc23cf1..ebc1b22 100644 --- a/contrib/src/live555/rules.mak +++ b/contrib/src/live555/rules.mak @@ -32,7 +32,7 @@ live555: $(LIVE555_FILE) .sum-live555 ifdef HAVE_WINCE cd live && sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw endif - cd live && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -e 's%ar%$(AR)%' -i.orig config.$(LIVE_TARGET) + cd live && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -e 's%LIBRARY_LINK =.*ar%LIBRARY_LINK = $(AR)%' -i.orig config.$(LIVE_TARGET) cd live && sed -i.orig -e s/"libtool -s -o"/"ar cr"/g config.macosx* cd live && sed \ -e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' \ _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org http://mailman.videolan.org/listinfo/vlc-commits