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: c926ef804f72
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7aa6616d005d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 4, 2020

  1. perl: fix configure phase for Aarch32

    In "perl: fuse configureFlags" [1] the effects of the preConfigure
    phase were merged into configureFlags. After this change values with
    spaces do not reach the configure script intact.
    
    The only flag this affects is `ldflags` for Aarch32 and Mips, and perl
    builds without it on armv7l-linux so it's probably no longer required
    on any platform.
    
    Fixes:
    
        configuring
        configure flags: -de -Dcc=cc <...> -Dldflags=\"-lm -lrt\"
        ./Configure: eval: line 1677: unexpected EOF while looking for matching `"'
        ./Configure: eval: line 1678: syntax error: unexpected end of file
        Configure: unknown option -lrt"
    
    [1] 3b50d04
    thefloweringash committed Jan 4, 2020
    Copy the full SHA
    68317c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. perl: fix configure phase for Aarch32 (#76922)

    In "perl: fuse configureFlags" [1] the effects of the preConfigure
    phase were merged into configureFlags. After this change values with
    spaces do not reach the configure script intact.
    
    The only flag this affects is `ldflags` for Aarch32 and Mips, and perl
    builds without it on armv7l-linux so it's probably no longer required
    on any platform.
    
    Fixes:
    
        configuring
        configure flags: -de -Dcc=cc <...> -Dldflags=\"-lm -lrt\"
        ./Configure: eval: line 1677: unexpected EOF while looking for matching `"'
        ./Configure: eval: line 1678: syntax error: unexpected end of file
        Configure: unknown option -lrt"
    
    [1] 3b50d04
    Mic92 committed Jan 13, 2020
    Copy the full SHA
    7aa6616 View commit details
    Browse the repository at this point in the history