summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libcap
Commit message (Collapse)AuthorAge
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\ | | | | | | | | | | | | (https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
| * * Latest version.Eelco Dolstra2008-05-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11852
* | * Fixed an impurity in libcap that causes it to fail on non-NixOSEelco Dolstra2008-03-26
|/ | | | | | | | | | 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
* * Use kernel 2.6 libcap.Eelco Dolstra2008-02-29
| | | | svn path=/nixpkgs/trunk/; revision=10895
* * Rewrite all the kernel.org URLs to mirror://kernel/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9202
* * Fix Darwin evaluation errors.Eelco Dolstra2007-05-16
| | | | svn path=/nixpkgs/trunk/; revision=8709
* * Pass makeFlags to `make install' as well. This is because quiteEelco Dolstra2006-12-27
| | | | | | | | often the same flags need to be passed to both `make' and `make install'. Added a variable buildFlags for flags that should only be passed to `make'. svn path=/nixpkgs/trunk/; revision=7491
* * Use substituteInPlace.Eelco Dolstra2006-12-27
| | | | svn path=/nixpkgs/trunk/; revision=7489
* * Build ntpd with capabilities support.Eelco Dolstra2006-12-22
svn path=/nixpkgs/trunk/; revision=7462