mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
interpreters/python: Enable Python's socket module
Enables the Python's socket module. This allows applications to be built to interact with POSIX-compatible sockets, which is supported by NuttX.
This commit is contained in:

committed by
Xiang Xiao

parent
c29a75bbfb
commit
a61fd58f8e
@@ -28,7 +28,6 @@ _sha2
|
|||||||
_sha2
|
_sha2
|
||||||
_sha3
|
_sha3
|
||||||
_sha3
|
_sha3
|
||||||
_socket
|
|
||||||
_sqlite3
|
_sqlite3
|
||||||
_ssl
|
_ssl
|
||||||
_statistics
|
_statistics
|
||||||
|
@@ -19,4 +19,6 @@ export ac_cv_func_fork="yes"
|
|||||||
export ac_cv_func_waitpid="yes"
|
export ac_cv_func_waitpid="yes"
|
||||||
export ac_cv_func_pipe="yes"
|
export ac_cv_func_pipe="yes"
|
||||||
export ac_cv_enable_strict_prototypes_warning="no"
|
export ac_cv_enable_strict_prototypes_warning="no"
|
||||||
|
export ac_cv_func_getnameinfo="yes"
|
||||||
|
export ac_cv_func_poll="yes"
|
||||||
export MODULE_BUILDTYPE="static"
|
export MODULE_BUILDTYPE="static"
|
||||||
|
Reference in New Issue
Block a user