nfs-utils: fixup setuid/setgid build problems, hopefully
This commit is contained in:
parent
bbec4f5af7
commit
10f9fb63f1
@ -39,6 +39,9 @@ in stdenv.mkDerivation rec {
|
|||||||
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
|
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
|
||||||
|
|
||||||
configureFlags="--with-start-statd=$out/bin/start-statd $configureFlags"
|
configureFlags="--with-start-statd=$out/bin/start-statd $configureFlags"
|
||||||
|
|
||||||
|
substituteInPlace utils/mount/Makefile.in \
|
||||||
|
--replace "chmod 4511" "chmod 0511"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user