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>
25 lines
446 B
Diff
25 lines
446 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -31,7 +31,7 @@
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = doc include m4 man src examples test build objs
|
|
+SUBDIRS = include m4 src build objs
|
|
|
|
EXTRA_DIST = \
|
|
COPYING.FDL \
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -30,11 +30,6 @@ SUBDIRS = \
|
|
flac \
|
|
metaflac \
|
|
$(XMMS_DIRS) \
|
|
- test_grabbag \
|
|
- test_libs_common \
|
|
- test_libFLAC \
|
|
- test_seeking \
|
|
- test_streams \
|
|
utils \
|
|
$(CPPLIBS_DIRS)
|
|
|