Files
nixpkgs/pkgs/tools/backup
Eric Wolf aa696e8a63 bacula: fix cross compiling for armv7l
got this error while cross compiling:

checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling

autoconf manual says:

— Macro: AC_FUNC_SETPGRP

    If setpgrp takes no argument (the Posix version), define SETPGRP_VOID. Otherwise, it is the BSD version, which takes two process IDs as arguments. This macro does not check whether setpgrp exists at all; if you need to work in that situation, first call AC_CHECK_FUNC for setpgrp.

    The result of this macro is cached in the ac_cv_func_setpgrp_void variable.

    This macro is obsolescent, as current systems have a setpgrp whose signature conforms to Posix. New programs need not use this macro.

So override it with caching variable.
2019-08-12 22:35:45 +02:00
..
2019-04-11 20:05:36 +02:00
2019-05-01 11:35:02 +02:00
2019-07-20 09:59:41 +02:00
2019-06-15 10:06:54 +02:00
2019-06-21 17:48:20 +02:00
2019-06-09 20:26:19 +00:00
2019-07-20 06:45:54 -07:00
2019-04-25 17:14:57 +02:00
2019-04-22 10:19:54 +02:00
2019-07-15 09:41:36 +02:00