Commit 0f46e48c authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

perl-gd: mark as broken

perl-gd doesn't build on gcc10 due to the host Perl being a bit
old. This shows a defiency in the perl package infrastructure, which
is being worked on. However, since it won't be solved before 2014.08,
our only solution for now is to mark perl-gd as broken, as well as its
reverse dependency perl-gdgraph.

Avoids:

  http://autobuild.buildroot.org/results/228/228b43e67e683cecfa3851a8a030d06e9fdc6dac/



Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 5e6b7159
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_GD
	bool "perl-gd"
	depends on !BR2_PREFER_STATIC_LIB
	# Does not build on machines having a old host perl
	depends on BR2_BROKEN
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_FREETYPE
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_GDGRAPH
	bool "perl-gdgraph"
	depends on !BR2_PREFER_STATIC_LIB
	depends on BR2_BROKEN # perl-gd
	select BR2_PACKAGE_PERL_GD
	select BR2_PACKAGE_PERL_GDTEXTUTIL
	help