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: refactor pkg-config for shared libraries #1603

Closed

Commits on May 4, 2015

  1. build: refactor pkg-config for shared libraries

    Improve detection and usage of pkg-config. This simplifies the setup
    of all our shared libraries.
    
    If pkg-config is installed on the host and `--shared` flags are passed
    by the user, we try to get defaults from pkg-config instead of using the
    default provided by configure.
    jbergstroem committed May 4, 2015
    Configuration menu
    Copy the full SHA
    e7ce51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c6195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4365f34 View commit details
    Browse the repository at this point in the history
  4. fixup! style

    jbergstroem committed May 4, 2015
    Configuration menu
    Copy the full SHA
    d5990d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43feb45 View commit details
    Browse the repository at this point in the history
  6. fixup! check PKG_CONFIG_PATH as well

    PKG_CONFIG_PATH is the default path to pkg-config, while
    PKG_CONFIG is used as a result of a floating patch from Paul McClave
    <[email protected]>
    jbergstroem committed May 4, 2015
    Configuration menu
    Copy the full SHA
    82e5af7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Configuration menu
    Copy the full SHA
    524de59 View commit details
    Browse the repository at this point in the history
  2. fixup: styling and libpath support

    - fix outstanding styling issues brought up by @bnoordhuis
    - add libpath support through pkg-config
    - minor fixes to icu since we've modified pkg_config
    jbergstroem committed May 12, 2015
    Configuration menu
    Copy the full SHA
    ac3df1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb6697f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f99345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea139a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. fixup: style and document info about splitting lib/libpath

      # Please enter the commit message for your changes. Lines starting
    jbergstroem committed May 14, 2015
    Configuration menu
    Copy the full SHA
    0350f14 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    d8f4f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5fed67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e1b008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389a667 View commit details
    Browse the repository at this point in the history