package/imagemagick: utilities now need C++ support
Since upstream commit07f3b487f9
(which first appeared in version 7.1.0-47), ImageMagick forces the need of a C++ compiler to build its utilities. Despite the request of Bernd Kuhls to revert this change, upstream declined. Since this change is causing build failures in our autobuilders, our only choice is to follow the choice of upstream, and disable building the utilities when C++ support is not available. Fixes: http://autobuild.buildroot.net/results/4283235d697408cf2e70be5e3769dbe6ebb9ddae/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit0910ada70b
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2e7f3dcc8e
commit
72842461de
@ -178,6 +178,12 @@ else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-bzlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
IMAGEMAGICK_CONF_OPTS += --with-utilities
|
||||
else
|
||||
IMAGEMAGICK_CONF_OPTS += --without-utilities
|
||||
endif
|
||||
|
||||
HOST_IMAGEMAGICK_CONF_OPTS = \
|
||||
--disable-opencl \
|
||||
--disable-openmp \
|
||||
|
Loading…
Reference in New Issue
Block a user