3
0
Fork 0
forked from mirrors/nixpkgs

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:
Lluís Batlle i Rossell 2010-08-29 10:00:08 +00:00
parent 5557a869a0
commit 9fa49630a2

View file

@ -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 =