mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nfs-utils: fixup setuid/setgid build problems, hopefully
This commit is contained in:
parent
bbec4f5af7
commit
10f9fb63f1
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ in stdenv.mkDerivation rec {
|
|||
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
|
||||
|
||||
configureFlags="--with-start-statd=$out/bin/start-statd $configureFlags"
|
||||
|
||||
substituteInPlace utils/mount/Makefile.in \
|
||||
--replace "chmod 4511" "chmod 0511"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in a new issue