Skip to content

Fix GH-11603: Set LDFLAGS #11605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Fix GH-11603: Set LDFLAGS #11605

merged 1 commit into from
Jul 7, 2023

Conversation

petk
Copy link
Member

@petk petk commented Jul 6, 2023

This fixes #11603

The two unsets before the last unset LIBS LDFLAGS are not necessary so LDFLAGS can be adjusted via command line:

LDFLAGS="..." ./configure

More info was discussed here #10678

The two unsets before the last `unset LIBS LDFLAGS` are not necessary so
LDFLAGS can be adjusted via command line:

LDFLAGS="..." ./configure

Co-authored-by: Max Kellermann <max.kellermann@ionos.com>
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

I trust your judgment @petk

@Girgias Girgias merged commit cf587c1 into php:master Jul 7, 2023
@iluuu1994
Copy link
Member

Maybe we should document this change in UPGRADING.internals? Just to give a hint to somebody who might be experiencing issues?

@nielsdos
Copy link
Member

nielsdos commented Jul 7, 2023

Maybe we should document this change in UPGRADING.internals? Just to give a hint to somebody who might be experiencing issues?

I think so, especially because of the emails on internals.

@Girgias
Copy link
Member

Girgias commented Jul 7, 2023

Done in c6e934b

@petk petk deleted the patch-11603-ld-flags branch July 7, 2023 16:50
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.

LDFLAGS isn't honored, leading to build failures in mbstring
4 participants