nodejs: Update from 6.2.1 to 6.2.2
[termux-packages] / packages / libav / configure.patch
1 Avoid issue with strtod on arm:
2 https://github.com/termux/termux-packages/issues/179
3
4 diff -u -r ../libav-11.6/configure ./configure
5 --- ../libav-11.6/configure 2016-02-26 18:05:55.000000000 -0500
6 +++ ./configure 2016-03-24 20:59:15.095178594 -0400
7 @@ -3673,12 +3673,6 @@
8 probe_libc host_
9 test -n "$host_libc_type" && enable host_libc_$host_libc_type
10
11 -case $libc_type in
12 - bionic)
13 - add_compat strtod.o strtod=avpriv_strtod
14 - ;;
15 -esac
16 -
17 # hacks for compiler/libc/os combinations
18
19 if enabled_all tms470 libc_glibc; then