nix-gh/src/nix-copy-closure
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
..
local.mk Fix library ordering in Makefiles 2018-04-21 21:10:52 -07:00
nix-copy-closure.cc Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00