Making nfs-utils build on mips (I had to tell it where rpcgen is)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23495
This commit is contained in:
parent
5557a869a0
commit
9fa49630a2
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags =
|
||||
[ "--disable-gss" "--disable-nfsv4" "--disable-nfsv41" "--disable-tirpc"
|
||||
"--with-statedir=/var/lib/nfs"
|
||||
"--with-rpcgen=${stdenv.glibc}/bin/rpcgen"
|
||||
];
|
||||
|
||||
patchPhase =
|
||||
|
Loading…
Reference in New Issue
Block a user