]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blame - libvorbis-make.patch
- updated to 1.3.7 (fixes CVE-2017-14160 CVE-2018-10393)
[packages/crossmingw32-libvorbis.git] / libvorbis-make.patch
CommitLineData
3e11f73d
AM
1--- libvorbis-1.0beta4.org/lib/Makefile.am Sun Apr 29 00:04:26 2001
2+++ libvorbis-1.0beta4/lib/Makefile.am Sun Apr 29 01:10:55 2001
3@@ -30,7 +30,7 @@
4 barkmel_SOURCES = barkmel.c
5 tone_SOURCES = tone.c
6 psytune_SOURCES = psytune.c
7-psytune_LDFLAGS = -static
8+psytune_LDFLAGS =
9 psytune_LDADD = libvorbis.la
0e3926d6 10
3e11f73d 11 EXTRA_DIST = lookups.pl iir.c
acc172e0
JB
12--- libvorbis-1.3.6/vq/Makefile.am.orig 2018-03-16 20:52:17.501161210 +0100
13+++ libvorbis-1.3.6/vq/Makefile.am 2018-03-16 20:53:01.524494045 +0100
14@@ -4,7 +4,6 @@
3e11f73d
AM
15 CLEANFILES = $(EXTRA_PROGRAMS)
16
acc172e0 17 AM_CPPFLAGS = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
006b7329 18-AM_LDFLAGS = -static
3e11f73d
AM
19 LDADD = ../lib/libvorbis.la
20
acc172e0 21 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
This page took 0.068344 seconds and 4 git commands to generate.