summaryrefslogtreecommitdiff
path: root/package/libvpx/patches/patch-build_make_configure_sh
blob: 829ede0c8fc4aa4be7da5ccc1fd3d074b6689f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libvpx-v1.2.0.orig/build/make/configure.sh	2013-09-04 20:49:22.000000000 +0200
+++ libvpx-v1.2.0/build/make/configure.sh	2013-10-14 20:15:20.000000000 +0200
@@ -305,7 +305,7 @@ check_cpp() {
 check_ld() {
     log check_ld "$@"
     check_cc $@ \
-        && check_cmd ${LD} ${LDFLAGS} "$@" -o ${TMP_X} ${TMP_O} ${extralibs}
+        && check_cmd ${CC} ${LDFLAGS} "$@" -o ${TMP_X} ${TMP_O} ${extralibs}
 }
 
 check_header(){