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

build: Add --libdir flag to configure #44361

Merged
merged 2 commits into from Aug 28, 2022
Merged

Commits on Aug 23, 2022

  1. build: add --libdir flag to configure

    This will allow distribution packages to select an alternative
    location for the unofficial libnode.so. For example, on Fedora it
    will install into /usr/lib64 on 64-bit systems.
    
    Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
    sgallagher committed Aug 23, 2022
    Copy the full SHA
    b8b8e45 View commit details
    Browse the repository at this point in the history
  2. fix output_lib / so_name

    Bad copy-paste
    
    Co-authored-by: mscdex <mscdex@users.noreply.github.com>
    sgallagher and mscdex committed Aug 23, 2022
    Copy the full SHA
    e4028d5 View commit details
    Browse the repository at this point in the history