summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libcap
AgeCommit message (Collapse)AuthorFilesLines
2008-06-13* Merged the stdenv branchEelco Dolstra1-3/+3
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
2008-05-20* Latest version.Eelco Dolstra1-3/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=11852
2008-03-26* Fixed an impurity in libcap that causes it to fail on non-NixOSEelco Dolstra1-1/+1
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-02-29* Use kernel 2.6 libcap.Eelco Dolstra2-52/+9
svn path=/nixpkgs/trunk/; revision=10895
2007-08-27* Rewrite all the kernel.org URLs to mirror://kernel/.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9202
2007-05-16* Fix Darwin evaluation errors.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=8709
2006-12-27* Pass makeFlags to `make install' as well. This is because quiteEelco Dolstra1-1/+1
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
2006-12-27* Use substituteInPlace.Eelco Dolstra1-3/+1
svn path=/nixpkgs/trunk/; revision=7489
2006-12-22* Build ntpd with capabilities support.Eelco Dolstra2-0/+61
svn path=/nixpkgs/trunk/; revision=7462