* [Buildroot] [PATCH 1/1] package/imagemagick: utilities need c++
@ 2022-11-01 7:21 Bernd Kuhls
2022-11-01 20:27 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2022-11-01 7:21 UTC (permalink / raw)
To: buildroot
See upstream commit:
https://github.com/ImageMagick/ImageMagick/commit/07f3b487f9860fd4eb9422f1a906d0fe83b6fd1c
Fixes:
http://autobuild.buildroot.net/results/29f/29ff3e568ddf40105aec1eded042388df138b7f9/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/imagemagick/imagemagick.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 6bdf24c1e8..e40ef56347 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -44,6 +44,10 @@ IMAGEMAGICK_CONF_OPTS = \
--without-x \
--with-gs-font-dir=/usr/share/fonts/gs
+ifeq ($(BR2_INSTALL_LIBSTDCPP),)
+IMAGEMAGICK_CONF_OPTS += --with-utilities=no
+endif
+
IMAGEMAGICK_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/imagemagick: utilities need c++
2022-11-01 7:21 [Buildroot] [PATCH 1/1] package/imagemagick: utilities need c++ Bernd Kuhls
@ 2022-11-01 20:27 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-01 20:27 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Tue, 1 Nov 2022 08:21:55 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> See upstream commit:
> https://github.com/ImageMagick/ImageMagick/commit/07f3b487f9860fd4eb9422f1a906d0fe83b6fd1c
What a weird commit. Everything is in C, but they force using a C++
compiler for ... no reason?
> +ifeq ($(BR2_INSTALL_LIBSTDCPP),)
> +IMAGEMAGICK_CONF_OPTS += --with-utilities=no
Could you test if --without-utilities works? If it does, it's
preferable as that's the standard practice in Buildroot.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-01 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 7:21 [Buildroot] [PATCH 1/1] package/imagemagick: utilities need c++ Bernd Kuhls
2022-11-01 20:27 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.