summaryrefslogtreecommitdiffstats
path: root/package/libsndfile/0003-a-ulaw-fix-multiple-buffer-overflows-432.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-01-17 21:36:05 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-17 23:12:46 +0100
commiteae18d01abc737182fe171c908462499d5f1aaf0 (patch)
treed537ea85b054d8432b9affad5a12314b2f61d0e2 /package/libsndfile/0003-a-ulaw-fix-multiple-buffer-overflows-432.patch
parent5f0f0f7e4f3362a3695d5876d0f41125a2544285 (diff)
downloadbuildroot-eae18d01abc737182fe171c908462499d5f1aaf0.tar.gz
buildroot-eae18d01abc737182fe171c908462499d5f1aaf0.zip
libmad: needs autoreconf
libmad uses a very old configure script. When the toolchain lacks C++ and the build machine lacks /lib/cpp, this old configure script fails because it can't find a C++ preprocessor that is valid: checking for arm-buildroot-linux-uclibcgnueabi-g++... no checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. This is yet another case that was tentatively fixed by bd39d11d2e (core/infra: fix build on toolchain without C++), further amended by 4cd1ab15886 (core: alternate solution to disable C++). However, this only works on libtool scripts that are recent enough, and thus we need to autoreconf to get it. We also need to patch configure.ac so that it does not fail on the missing, GNU-specific files: NEWS, AUTHORS, and Changelog. Fixes: - http://autobuild.buildroot.org/results/6a6aa29295bd70679c3a22a149e79010fa20c1bf Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsndfile/0003-a-ulaw-fix-multiple-buffer-overflows-432.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud