packages/libs/flac/patches/010-automake-compat.patch
Jo-Philipp Wich 87d154e853 flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)
This updates flac to the new upstream release v1.3.1 to fix two known CVEs.

Additionally the commit changes the following:
 * Drop custom Build/Configure recipe in favor to CONFIGURE_ARGS
 * Refreshes patches and removes changes to *.in files since they're
   regenerated by autoreconf anyway
 * Remove now obsolete 020-libFLAC-remove-altivec-options.patch
 * Add an md5sum for the source archive
 * Passes --enable-static to configure to force producing a libflac.a

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 19:39:35 +01:00

11 lines
194 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,8 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include m4 src build objs
+ACLOCAL_AMFLAGS = -I m4
+
EXTRA_DIST = \
COPYING.FDL \
COPYING.GPL \