vlock: fix EINTR handling

Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
This commit is contained in:
Lluís Batlle i Rossell
2017-03-03 20:08:23 +01:00
parent 8eccd34f10
commit c2291aae44

View File

@@ -12,6 +12,8 @@ stdenv.mkDerivation {
sed -i -e '/INSTALL/s/-[og] [^ ]*//g' Makefile modules/Makefile
'';
patches = [ ./eintr.patch ];
configureFlags = "VLOCK_GROUP=root ROOT_GROUP=root";
buildInputs = [ pam ];