[Buildroot] [PATCH] CUPS requires stack protection support

Peter Korsgaard jacmet at uclibc.org
Thu May 14 15:28:09 UTC 2009


>>>>> "root" == root  <thiago.correa at gmail.com> writes:

 root> Signed-off-by: Thiago A. Correa <thiago.correa at gmail.com>
 root> ---
 root>  package/cups/Config.in |    4 ++++
 root>  1 files changed, 4 insertions(+), 0 deletions(-)

 root> diff --git a/package/cups/Config.in b/package/cups/Config.in
 root> index 8b1f8a5..27611e1 100644
 root> --- a/package/cups/Config.in
 root> +++ b/package/cups/Config.in
 root> @@ -1,6 +1,10 @@
 root>  config BR2_PACKAGE_CUPS
 root>  	bool "cups"
 root> +	depends on BR2_USE_SSP
 root>  	help
 root>  	  The Common Unix Printing System
 
 root>  	  http://www.cups.org
 root> +
 root> +comment "cups requires a toolchain with Stack Protection support"
 root> +	depends on !BR2_USE_SSP

That's hard to believe as we until very recently had broken SSP
support. Looking closer at it, it's just the configure script being
broken. I've fixed it (21c5e5d0d0f8ae0).

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list