Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6648b04381b8fefb704824f5db898813f22dafbb
      
https://github.com/NixOS/nixpkgs/commit/6648b04381b8fefb704824f5db898813f22dafbb
  Author: Joachim Fasting <[email protected]>
  Date:   2016-05-27 (Fri, 27 May 2016)

  Changed paths:
    M pkgs/stdenv/generic/setup.sh

  Log Message:
  -----------
  stdenv: fix paxmark

On Linux, paxctl's setup hook should overwrite the paxmark stub, but the
stub is defined after the setup hooks are sourced, so the stub ends up
overwriting the real function.  The result is that paxmark fails to do
anything.  The fix is to define the stub before any setup hooks are
sourced.  Thanks to @vcunat for figuring this out.

Closes #15492


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to