[issue38577] OPENSSL_* flags not propagated to extensions during build

2019-10-24 Thread Björn Pollex
New submission from Björn Pollex : When building Python 3.7.2 using pyenv on MacOS, it will use `--with-openssl` to configure OpenSSL. With that option, the compiler options for OpenSSL will be passed via `OPENSSL_*` variables, rather than normal compiler flags (e.g. `OPENSSL_LDFLAGS` vs

[issue38577] OPENSSL_* flags not propagated to extensions during build

2019-10-24 Thread Björn Pollex
Change by Björn Pollex : -- assignee: -> christian.heimes components: +Extension Modules, SSL, macOS nosy: +christian.heimes, ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issu

[issue38577] OPENSSL_* flags not propagated to extensions during build

2019-10-24 Thread Björn Pollex
Björn Pollex added the comment: Thanks for the response, that clarifies it! In that case this issue is invalid. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or