nixpkgs/pkgs/os-specific/linux/libcap
Eelco Dolstra b5da9e1d55 * Fixed an impurity in libcap that causes it to fail on non-NixOS
systems: the makefile determines whether to build with PAM support
  by doing

    PAM_CAP ?= $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi)


svn path=/nixpkgs/trunk/; revision=11285
2008-03-26 09:37:09 +00:00
..
default.nix * Fixed an impurity in libcap that causes it to fail on non-NixOS 2008-03-26 09:37:09 +00:00