mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
patch st and srs for arm build, allow user to specifies the gcc/g++
This commit is contained in:
parent
7fa031e7fb
commit
ac3be10435
4 changed files with 33 additions and 4 deletions
21
trunk/3rdparty/1.st.arm.Makefile.patch
vendored
Normal file
21
trunk/3rdparty/1.st.arm.Makefile.patch
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue