Skip to content

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Feb 22, 2024

  • make sure LDLIBRARY and HOSTRUNNER checks don't overlap
  • make the ipv6 library check less subtle
  • always fail if ipv6 library was not found

Configure output before this PR:

$ ./configure
[...]
checking LDLIBRARY... checking HOSTRUNNER...
libpython$(VERSION)$(ABIFLAGS).a
[...]
checking ipv6 stack type... kame
configure: using libc

Configure output with this PR:

$ ./configure
[...]
checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
checking HOSTRUNNER...
[...]
checking ipv6 stack type... kame
checking ipv6 library... libc

@erlend-aasland erlend-aasland marked this pull request as draft February 22, 2024 09:13
@erlend-aasland erlend-aasland marked this pull request as ready for review February 22, 2024 09:21
@erlend-aasland
Copy link
Contributor Author

@corona10, I left the behaviour changes out and reduced it back to an ux improvement only.

@corona10
Copy link
Member

Yeah I will take a look

Copy link
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Cool!

@erlend-aasland
Copy link
Contributor Author

Thanks for the review!

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
- make sure LDLIBRARY and HOSTRUNNER checks don't overlap
- make the ipv6 library check less subtle
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
- make sure LDLIBRARY and HOSTRUNNER checks don't overlap
- make the ipv6 library check less subtle
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request Jan 22, 2025
- make sure LDLIBRARY and HOSTRUNNER checks don't overlap
- make the ipv6 library check less subtle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants