lix/src
Andrew Dunham 3a918014b2 Fix library ordering in Makefiles
The existing ordering linked `libutil` before `libstore`, which causes
link failures when building statically. This is due to `libstore` using
functions from `libutil`, and the fact that symbol resolution works
"forward" - i.e. if you pass `-lfoo -lbar -lbaz`, any symbols that
`libbar` uses from `libbaz` will be resolved, but symbols from `libfoo`
will not since it comes first in the command line.

All this to say: this commit reorders the libraries which fixes the link
errors.
2018-04-21 21:10:52 -07:00
..
build-remote Fix library ordering in Makefiles 2018-04-21 21:10:52 -07:00
libexpr isFunction: True on primops. 2018-04-17 14:33:12 -04:00
libmain Export required C++ version in pkgconfig. 2018-04-09 11:32:43 -04:00
libstore Merge pull request #1707 from dtzWill/fix/issue-1692 2018-04-21 16:51:19 +02:00
libutil Fix build 2018-03-22 13:46:19 +01:00
linenoise linenoise.cpp: allow completions from empty input 2017-12-19 12:52:10 -06:00
nix Allow multiple search experssions in nix search 2018-04-18 21:08:35 +02:00
nix-build nix-shell: Fixes use with ruby shebangs. 2018-04-07 22:38:45 -04:00
nix-channel Fix library ordering in Makefiles 2018-04-21 21:10:52 -07:00
nix-collect-garbage Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-copy-closure Fix library ordering in Makefiles 2018-04-21 21:10:52 -07:00
nix-daemon nix-daemon: Exit successfully when interrupted. 2018-04-09 08:05:54 -04:00
nix-env Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-instantiate nix-shell: allow symlinks to .drvs 2018-03-16 22:15:24 +00:00
nix-prefetch-url Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
nix-store Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix 2018-03-02 10:59:59 -05:00
nlohmann nlohmann-json: 2.1.1 -> 3.0.1 2018-01-22 12:19:50 -06:00
resolve-system-dependencies Replace Unicode quotes in user-facing strings by ASCII 2017-07-30 12:32:45 +01:00