1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/micropython/no_legacy_berkeley_db.patch
Marian Buschsieweke 8627a020f4 testing/micropython: upgrade to 1.12
Also: Re-enable aarch64, x86, s390x
2020-01-16 23:07:21 +01:00

11 lines
286 B
Diff

--- 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