Skip to content

Commit

Permalink
remove unsupported configure args
Browse files Browse the repository at this point in the history
- --with-system-ffi is not supported (python312, python313)
- --with-system-ffi is "is ignored on this platform" (python311)
  • Loading branch information
hgy59 committed Dec 6, 2024
1 parent 6ec2f8d commit cfee21f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions native/python311/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ CONFIGURE_ARGS += --without-static-libpython
CONFIGURE_ARGS += --with-ensurepip=no
# test modules are required for optimization only
CONFIGURE_ARGS += --disable-test-modules
# Uses system default libffi-dev
CONFIGURE_ARGS += --with-system-ffi
# Uses system default libssl-dev
CONFIGURE_ARGS += --with-ssl-default-suites=openssl

Expand Down
2 changes: 0 additions & 2 deletions native/python312/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ CONFIGURE_ARGS += --without-static-libpython
CONFIGURE_ARGS += --with-ensurepip=no
# test modules are required for optimization only
CONFIGURE_ARGS += --disable-test-modules
# Uses system default libffi-dev
CONFIGURE_ARGS += --with-system-ffi
# Uses system default libssl-dev
CONFIGURE_ARGS += --with-ssl-default-suites=openssl

Expand Down
2 changes: 0 additions & 2 deletions native/python313/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ CONFIGURE_ARGS += --without-static-libpython
CONFIGURE_ARGS += --with-ensurepip=no
# test modules are required for optimization only
CONFIGURE_ARGS += --disable-test-modules
# Uses system default libffi-dev
CONFIGURE_ARGS += --with-system-ffi
# Uses system default libssl-dev
CONFIGURE_ARGS += --with-ssl-default-suites=openssl

Expand Down

0 comments on commit cfee21f

Please sign in to comment.