Merge pull request #66386 from typetetris/bacula-crosscompile-fix
bacula: fix cross compiling for armv7l
This commit is contained in:
commit
326f40e97c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user