[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0608425944932f46b544afea04ae6d301a76f5f2 by Ned Deily in branch 'master': bpo-43103: Fix build failure with macOS framework builds. (GH-24676) https://github.com/python/cpython/commit/0608425944932f46b544afea04ae6d301a76f5f2 --

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily nosy_count: 2.0 -> 3.0 pull_requests: +23461 pull_request: https://github.com/python/cpython/pull/24676 ___ Python tracker ___

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-17 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 801bb0b5035f8eeafe389dc082c02dfafaa07f6a by Victor Stinner in branch 'master': bpo-43103: Add configure --without-static-libpython (GH-24418) https://github.com/python/cpython/commit/801bb0b5035f8eeafe389dc082c02dfafaa07f6a --

[issue43103] Add configure --without-static-libpython to not build libpython3.10.a

2021-02-03 Thread STINNER Victor
STINNER Victor added the comment: I rewrote my PR to leave the default behavior unchanged and I renamed the option to --without-static-libpython (python => libpython). -- title: Add configure option to disable build libpython.a and don't install python.o -> Add configure