On Fri, Jan 26, 2018 at 04:59:40PM +0200, mazocomp wrote:
> On Fri, Jan 26, 2018 at 03:49:48PM +0100, Solène Rapenne wrote:
> > 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.
>
> The comment in Makefile says that clearly. But I prefer using Python
> without wxallowed /usr/local, I run software which doesn't rely on W|X.
Then remove wxallowed from the mount options for usr/local. Case closed.
Landry