Skip to content
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

configure: Pass LDFLAGS to link tests #599

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 17, 2022

  1. configure: Pass LDFLAGS to link tests

    LDFLAGS can contain critical flags without which linking wont succeed
    therefore ensure that all configure tests involving link time checks are
    using LDFLAGS on compiler commandline along with CFLAGS to ensure the
    tests perform correctly. Without this some tests may fail resulting in
    wrong confgure result, ending in miscompiling the package
    
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    555b469 View commit details
    Browse the repository at this point in the history