diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-03 12:46:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-03 12:48:14 +0000 |
commit | f05d7396b570645b7b9e3c8067db675c2cb4da96 (patch) | |
tree | d4e87fcd814873a07c94acf5442aa5b9290a20e6 /testing/micropython/0000-unix-mpconfigport.patch | |
parent | a7b59fce2064665f109a4a2f2c7d80530d58d40b (diff) | |
download | aports-f05d7396b570645b7b9e3c8067db675c2cb4da96.tar.bz2 aports-f05d7396b570645b7b9e3c8067db675c2cb4da96.tar.xz |
testing/micropython: skip ffi_callback test and cleanup
the ffi_callback will not work under PaX kernel since it tries to
allocate memory which is both executable and writeable.
Diffstat (limited to 'testing/micropython/0000-unix-mpconfigport.patch')
-rw-r--r-- | testing/micropython/0000-unix-mpconfigport.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/micropython/0000-unix-mpconfigport.patch b/testing/micropython/0000-unix-mpconfigport.patch index 9025694ff2..067402341d 100644 --- a/testing/micropython/0000-unix-mpconfigport.patch +++ b/testing/micropython/0000-unix-mpconfigport.patch @@ -1,5 +1,5 @@ ---- old/micropython-1.9.1/unix/mpconfigport.mk -+++ new/micropython-1.9.1/unix/mpconfigport.mk +--- micropython-1.9.1/unix/mpconfigport.mk ++++ micropython-1.9.1/unix/mpconfigport.mk @@ -9,7 +9,7 @@ MICROPY_USE_READLINE = 1 |