mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 14:05:25 +03:00
25 lines
843 B
Diff
25 lines
843 B
Diff
--- micropython-1.9.3-old/ports/unix/mpconfigport.mk
|
|
+++ micropython-1.9.3/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
|
|
@@ -24,11 +24,11 @@
|
|
MICROPY_PY_FFI = 1
|
|
|
|
# ussl module requires one of the TLS libraries below
|
|
-MICROPY_PY_USSL = 1
|
|
+MICROPY_PY_USSL = 0
|
|
# axTLS has minimal size and fully integrated with MicroPython, but
|
|
# implements only a subset of modern TLS functionality, so may have
|
|
# problems with some servers.
|
|
-MICROPY_SSL_AXTLS = 1
|
|
+MICROPY_SSL_AXTLS = 0
|
|
# mbedTLS is more up to date and complete implementation, but also
|
|
# more bloated. Configuring and building of mbedTLS should be done
|
|
# outside of MicroPython, it can just link with mbedTLS library.
|