patch-build_make_configure_sh 435 B

1234567891011
  1. --- libvpx-v0.9.7-p1.orig/build/make/configure.sh 2011-08-15 23:02:45.000000000 +0200
  2. +++ libvpx-v0.9.7-p1/build/make/configure.sh 2011-09-17 17:48:07.667986440 +0200
  3. @@ -287,7 +287,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(){