diff options
author | wsnipex <wsnipex@a1.net> | 2021-06-17 06:57:56 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2021-06-28 10:55:35 +0200 |
commit | 51a10b928f7b1c3bcbf5fc2e85d7fa24c9b5a96f (patch) | |
tree | ec7d34506af0f8a0f2512b5c73f6077884e40509 /tools/depends/target/python3 | |
parent | 4ae5bbfd67b336f454f12dc987cfcb493030e7a5 (diff) |
[depends] bump openssl to 1.1.1k
Diffstat (limited to 'tools/depends/target/python3')
-rw-r--r-- | tools/depends/target/python3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/depends/target/python3/Makefile b/tools/depends/target/python3/Makefile index 01260c7ffb..7263cd58ce 100644 --- a/tools/depends/target/python3/Makefile +++ b/tools/depends/target/python3/Makefile @@ -23,6 +23,10 @@ ifeq ($(OS), darwin_embedded) ac_cv_func_getgroups=no endif +ifeq ($(OS), linux) + EXTRA_CONFIGURE=ac_cv_pthread=yes +endif + # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) \ --disable-shared \ |