mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
libaudiofile: Multiple bug fixes, CVE-2017-6837, CVE-2017-6838, CVE-2017-6839, CVE-2015-7747 & GCC6 patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -159,12 +159,8 @@ AC_CONFIG_FILES([
|
||||
audiofile.pc
|
||||
audiofile-uninstalled.pc
|
||||
sfcommands/Makefile
|
||||
- test/Makefile
|
||||
- gtest/Makefile
|
||||
- examples/Makefile
|
||||
libaudiofile/Makefile
|
||||
libaudiofile/alac/Makefile
|
||||
libaudiofile/modules/Makefile
|
||||
- docs/Makefile
|
||||
Makefile])
|
||||
AC_OUTPUT
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
-SUBDIRS = gtest libaudiofile sfcommands test examples docs
|
||||
+SUBDIRS = libaudiofile sfcommands
|
||||
|
||||
EXTRA_DIST = \
|
||||
ACKNOWLEDGEMENTS \
|
||||
Reference in New Issue
Block a user