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

Make --shared on AIX work (shared library support) #9675

Closed
wants to merge 2 commits into from

Commits on Nov 21, 2016

  1. deps: backport GYP fix to fix AIX shared suffix

    Required to support the shared library builds on AIX - this sets the
    shared library suffix within GYP to .a instead of .so on AIX
    My patch: https://codereview.chromium.org/2492233002/ was landed as
    as part of this one which fixed some other (not required, but
    included for completeness of the backport) changes:
    
    Ref: https://codereview.chromium.org/2511733005/
    Stewart Addison committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    8e8aa54 View commit details
    Browse the repository at this point in the history
  2. build: add shared library support to AIX build

    Updates to build the shared library version of node on AIX. Adds the
    same functionality to AIX that was added on Linux under this:
    
    Ref: nodejs#6994
    Stewart Addison committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    63143f3 View commit details
    Browse the repository at this point in the history