patch-build_make_configure_sh 429 B

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