]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blob - libvorbis-ac_fixes.patch
- updated to 1.3.7 (fixes CVE-2017-14160 CVE-2018-10393)
[packages/crossmingw32-libvorbis.git] / libvorbis-ac_fixes.patch
1 --- libvorbis-1.3.5/configure.ac~       2015-01-12 21:00:37.000000000 +0100
2 +++ libvorbis-1.3.5/configure.ac        2015-03-03 12:54:34.168894342 +0100
3 @@ -128,9 +128,9 @@
4         case $host in 
5         *86-*-linux*)
6                 DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
7 -               CFLAGS="-O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
8 +               CFLAGS="${CFLAGS} -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
9  #                      PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static"
10 -               PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
11 +               PROFILE="-Wall -Wextra -pg -g ${CFLAGS} -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
12  
13                 # glibc < 2.1.3 has a serious FP bug in the math inline header
14                 # that will cripple Vorbis.  Look to see if the magic FP stack
15 @@ -181,8 +181,8 @@
16                 PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";;
17         *-*-linux*)
18                 DEBUG="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
19 -               CFLAGS="-O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char"
20 -               PROFILE="-pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char";;
21 +               CFLAGS="${CFLAGS} -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char"
22 +               PROFILE="-pg -g ${CFLAGS} -ffast-math -D_REENTRANT -fsigned-char";;
23         sparc-sun-*)
24                 sparc_cpu=""
25                 AC_MSG_CHECKING([if gcc supports -mv8])
This page took 0.095043 seconds and 3 git commands to generate.