Merge pull request #66386 from typetetris/bacula-crosscompile-fix

bacula: fix cross compiling for armv7l
This commit is contained in:
Matthew Bauer 2019-08-13 21:51:15 -04:00 committed by GitHub
commit 326f40e97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
"--with-logdir=/var/log/bacula" "--with-logdir=/var/log/bacula"
"--with-working-dir=/var/lib/bacula" "--with-working-dir=/var/lib/bacula"
"--mandir=\${out}/share/man" "--mandir=\${out}/share/man"
]; ] ++ stdenv.lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) "ac_cv_func_setpgrp_void=yes";
installFlags = [ installFlags = [
"logdir=\${out}/logdir" "logdir=\${out}/logdir"