gh-155911: Fix curses detection with libraries in LIBS - #156130
Conversation
|
Thanks @ashm-dev for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
Sorry, @ashm-dev and @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @ashm-dev and @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @ashm-dev and @serhiy-storchaka, I could not cleanly backport this to |
|
GH-156223 is a backport of this pull request to the 3.15 branch. |
|
GH-156224 is a backport of this pull request to the 3.14 branch. |
|
GH-156225 is a backport of this pull request to the 3.13 branch. |
) (GH-156224) AC_SEARCH_LIBS tries linking with no extra library first, so a curses library already in LIBS made the search report "none required", which then became the module's link flag. Search with only the libraries the module is linked with. (cherry picked from commit f74cdf8) Co-authored-by: Shamil <ashm.tech@proton.me>
) (GH-156225) AC_SEARCH_LIBS tries linking with no extra library first, so a curses library already in LIBS made the search report "none required", which then became the module's link flag. Search with only the libraries the module is linked with. (cherry picked from commit f74cdf8) Co-authored-by: Shamil <ashm.tech@proton.me>
|
|
|
none requiredfor a curses library #155911