diff options
Diffstat (limited to 'testing/micropython/no_legacy_berkeley_db.patch')
-rw-r--r-- | testing/micropython/no_legacy_berkeley_db.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/micropython/no_legacy_berkeley_db.patch b/testing/micropython/no_legacy_berkeley_db.patch new file mode 100644 index 0000000000..56880b6406 --- /dev/null +++ b/testing/micropython/no_legacy_berkeley_db.patch @@ -0,0 +1,11 @@ +--- micropython-1.12-orig/ports/unix/mpconfigport.mk ++++ micropython-1.12/ports/unix/mpconfigport.mk +@@ -9,7 +9,7 @@ + MICROPY_USE_READLINE = 1 + + # btree module using Berkeley DB 1.xx +-MICROPY_PY_BTREE = 1 ++MICROPY_PY_BTREE = 0 + + # _thread module using pthreads + MICROPY_PY_THREAD = 1 |