nixpkgs/pkgs/tools/networking/nbd
Peter Simons 41081c4eb0 nbd: re-introduced linking with -lrt, and added an additional -lpthread on top of it
Linking these libraries makes sure that they can be found at run-time,
because a proper rpath into the Nix store is added to the generated
executable. Without that rpath, nbd-server will try to load the system's
libpthread.so.0, which may not be what we want.

svn path=/nixpkgs/trunk/; revision=33408
2012-03-25 18:10:30 +00:00
..
default.nix nbd: re-introduced linking with -lrt, and added an additional -lpthread on top of it 2012-03-25 18:10:30 +00:00