vlock: fix EINTR handling
Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
This commit is contained in:
parent
8eccd34f10
commit
c2291aae44
|
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||||
sed -i -e '/INSTALL/s/-[og] [^ ]*//g' Makefile modules/Makefile
|
sed -i -e '/INSTALL/s/-[og] [^ ]*//g' Makefile modules/Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
patches = [ ./eintr.patch ];
|
||||||
|
|
||||||
configureFlags = "VLOCK_GROUP=root ROOT_GROUP=root";
|
configureFlags = "VLOCK_GROUP=root ROOT_GROUP=root";
|
||||||
|
|
||||||
buildInputs = [ pam ];
|
buildInputs = [ pam ];
|
||||||
|
|
Loading…
Reference in New Issue