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

Commits on Nov 3, 2017

  1. lame: prevent build failure from using outdated symbol list

    Before this change, trying to build LAME on Darwin would throw an error:
    
    Undefined symbols for architecture x86_64:
      "_lame_init_old", referenced from:
         -exported_symbol[s_list] command line option
    ld: symbol(s) not found for architecture x86_64
    clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
    eqyiel committed Nov 3, 2017
    Copy the full SHA
    e82dc08 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Merge pull request #31174 from eqyiel/fix-lame

    lame: prevent build failure from using outdated symbol list
    LnL7 committed Nov 4, 2017
    Copy the full SHA
    de62516 View commit details
    Browse the repository at this point in the history