1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

remove the patch for st for arm

This commit is contained in:
winlin 2014-03-12 16:01:50 +08:00
parent 24be5fb386
commit 98c9002b41
2 changed files with 0 additions and 22 deletions

View file

@ -1,21 +0,0 @@
Common subdirectories: st-1.9/docs and st-1.9.patch/docs
Common subdirectories: st-1.9/examples and st-1.9.patch/examples
Common subdirectories: st-1.9/extensions and st-1.9.patch/extensions
diff -u st-1.9/Makefile st-1.9.patch/Makefile
--- st-1.9/Makefile 2009-10-02 06:55:03.000000000 +0800
+++ st-1.9.patch/Makefile 2014-02-28 23:38:39.298697732 +0800
@@ -57,10 +57,10 @@
# possible compilation options.
##########################
-CC = cc
-AR = ar
-LD = ld
-RANLIB = ranlib
+CC ?= cc
+AR ?= ar
+LD ?= ld
+RANLIB ?= ranlib
LN = ln
SHELL = /bin/sh

View file

@ -185,7 +185,6 @@ else
(
rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} &&
unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 &&
patch -p1 < ../../3rdparty/1.st.arm.Makefile.patch &&
make linux-debug &&
cd .. && rm -f st && ln -sf st-1.9/obj st
)