Friday, January 26, 2018

Re: [Patch] Python for non wxallowed /usr/local

Le 2018-01-26 15:36, mazocomp a écrit :
> # Python itself is clean, but some extensions e.g. py-cryptography
> # and QtWebKit require W|X mappings.
> +.if ${FLAVOR} == "wx"
> USE_WXNEEDED = Yes
> +.endif
>
> .if ${VERSION} == "3.6"
> ALL_TARGET = all

IIRC python doesn't have W^X issue but some python libraries will load
shared libraries requiring W^X so python has to be compiled with
wxneeded
to load those libraries.

No comments:

Post a Comment