[Buildroot] [PATCH 1/1] New package: uwsgi

Arnout Vandecappelle arnout at mind.be
Fri Feb 26 19:45:53 UTC 2016


On 02/26/16 09:01, Eelco Chaudron wrote:
> Hi Arnout,
> 
> For now I fixed it by changing the uclib configuration to include backtrace()
> support.
> 
> +++ uClibc-ng.config
> @@ -39,3 +39,4 @@ DEVEL_PREFIX="/usr/"
>  UCLIBC_HAS_SSP=y
>  UCLIBC_BUILD_NOW=y
>  # DOSTRIP is not set
> +UCLIBC_HAS_BACKTRACE=y

 Since uClibc _can_ be configured without backtrace, the package must either
detect missing backtrace support and work around it, or be disabled completely
on uClibc. We can't detect the backtrace support at Kconfig level, so it really
has to be conditional in the package configure/make itself.

 For an example, look at package/clamav/0003-backtrace-uClibc.patch


 Regards,
 Arnout


> 
> Cheers,
> 
> Eelco
[snip]


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list