Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 85032a052dc6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5197a4cefd3d
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on May 29, 2018

  1. sqlite: do not contaminate dependent libtool-based projects with sqli…

    …te dependencies
    
    sqlite is built as a shared library, but libtool nevertheless adds -lz into the
    link commands of the dependent projects, which fail to link if they do not
    directly depend on libz.  Fix this by clearing dependency_libs in libsqlite3.la.
    orivej committed May 29, 2018
    3 Configuration menu
    Copy the full SHA
    c83a530 View commit details
    Browse the repository at this point in the history
  2. Revert "vsqlite: fix build"

    This reverts commit e89414f.
    orivej committed May 29, 2018
    Configuration menu
    Copy the full SHA
    2100519 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41211 from orivej/sqlite

    sqlite: do not contaminate dependent libtool-based projects with sqlite dependencies
    orivej committed May 29, 2018
    Configuration menu
    Copy the full SHA
    5197a4c View commit details
    Browse the repository at this point in the history