summaryrefslogtreecommitdiffstats
path: root/package/libcpprestsdk/libcpprestsdk.mk
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-02-14 22:43:20 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-15 21:49:09 +0100
commitc05cc5de868cc5af27afdb1451e30fcd1ecb2856 (patch)
tree24e4e206a3c48f5e5dc0ca3552a83b4204b2ddf4 /package/libcpprestsdk/libcpprestsdk.mk
parent653f86c0e91847dd8841837b650e2e966b59dd78 (diff)
downloadbuildroot-c05cc5de868cc5af27afdb1451e30fcd1ecb2856.tar.gz
buildroot-c05cc5de868cc5af27afdb1451e30fcd1ecb2856.zip
package/madplay: needs autoreconf
madplay 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. Finally, remove also patch on ltmain.sh and MADPLAY_LIBTOOL_PATCH=NO as autoreconf will create an up to date ltmain.sh Fixes: - http://autobuild.buildroot.org/results/fc927de0e9a42095789fb0a631d5facf14076f6e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libcpprestsdk/libcpprestsdk.mk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud