Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 24870b40d699
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 326f40e97cc0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 12, 2019

  1. 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.
    typetetris committed Aug 12, 2019
    Copy the full SHA
    aa696e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

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

    bacula: fix cross compiling for armv7l
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    326f40e View commit details
    Browse the repository at this point in the history