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 loadshared libraries requiring W^X so python has to be compiled with wxneeded
to load those libraries.