nbd: linking with -lrt is no longer necessary because we don't link glib statically anymore
svn path=/nixpkgs/trunk/; revision=32126
This commit is contained in:
parent
a62fa4480a
commit
1451109c95
@ -20,10 +20,6 @@ stdenv.mkDerivation {
|
||||
# that certain global configuration files available.
|
||||
doCheck = false;
|
||||
|
||||
# Glib calls `clock_gettime', which is in librt. Since we're using
|
||||
# a static Glib, we need to pass it explicitly.
|
||||
NIX_LDFLAGS = "-lrt";
|
||||
|
||||
meta = {
|
||||
homepage = "http://nbd.sourceforge.net";
|
||||
description = "map arbitrary files as block devices over the network";
|
||||
|
Loading…
Reference in New Issue
Block a user