aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/0000-unix-mpconfigport.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-08-03 12:46:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-03 12:48:14 +0000
commitf05d7396b570645b7b9e3c8067db675c2cb4da96 (patch)
treed4e87fcd814873a07c94acf5442aa5b9290a20e6 /testing/micropython/0000-unix-mpconfigport.patch
parenta7b59fce2064665f109a4a2f2c7d80530d58d40b (diff)
downloadaports-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.patch4
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