Commit 76bda07d authored by Olivier Gambier's avatar Olivier Gambier Committed by Jean-Baptiste Kempf

contrib: live555: replace ar by our $(AR)

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
(cherry picked from commit 2171af17)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 767ff82b
......@@ -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)%' -i.orig config.$(LIVE_TARGET)
cd live && sed -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -e 's%ar%$(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)%' \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment