summaryrefslogtreecommitdiff
path: root/libcap/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libcap/Makefile: don't overwrite 'empty' when generating loader.txtArnout Vandecappelle (Essensium/Mind)2021-08-231-1/+1
* Drop non-standard IPATH in favor of CPPFLAGS.Andrew G. Morgan2021-08-191-6/+9
* Make lib*.so files executable.Andrew G. Morgan2021-08-191-2/+2
* Support CC=clang again.Andrew G. Morgan2021-08-111-2/+2
* Support simply executing the built shared libraries.Andrew G. Morgan2021-07-121-16/+49
* Add fill support for the 1e capabilitiesAndrew G. Morgan2021-06-191-2/+2
* Drop all symlinks from the repositoryAndrew G. Morgan2021-02-021-5/+10
* libcap: Use $(MAKE) instead of makeAndrew Delgadillo2021-02-021-9/+9
* Some distributions can't support shared librariesAndrew G. Morgan2020-11-011-7/+26
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-271-7/+17
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-131-18/+35
* Allow a build of libcap independent of libpsx.Andrew G. Morgan2020-09-071-12/+26
* Move mkdir to common install targetChristian Kastner2020-08-061-1/+1
* Minor fix for install target.Andrew G. Morgan2020-07-291-2/+4
* libcap: split install into install-shared/install-staticThomas Petazzoni2020-07-291-4/+10
* Fix capability list generation and legacy go package install.Andrew G. Morgan2020-07-051-3/+8
* Refactored the psx package to build as a Go module.Andrew G. Morgan2020-07-031-1/+1
* Refactor the way we do the psx linkage in libcap.Andrew G. Morgan2020-01-031-1/+7
* Tidy up tree on clean and with .gitignore.Andrew G. Morgan2019-12-291-1/+1
* Use separate libpsx.pc file instead of libcap.pc (take two)Lars Wendler2019-12-291-1/+11
* Remove installation targets from the libcap directory.Andrew G. Morgan2019-12-281-6/+0
* Extend installation to install the two Go packages.Andrew G. Morgan2019-12-071-5/+13
* Implement a helper library for POSIX semantics syscalls.Andrew G. Morgan2019-12-051-6/+15
* libcap/Makefile: Handle old gperf versionsChris Packham2019-11-161-0/+1
* use correct libdir when creating libcap.pcRolf Eike Beer2018-09-101-1/+1
* Fix up gperf variant of the compilation.Andrew G. Morgan2018-09-091-1/+1
* cap_text.c: fix 'asprintf' inplicit declarationSergei Trofimovich2018-09-091-1/+1
* Drop use of libattr for our trivial use case of kernel API.Andrew G. Morgan2016-01-301-9/+1
* don't include FAKEROOT in Makefile variablesBenedikt Morbach2014-05-311-9/+9
* Make.Rules: add gperf detection and fix INDENT testMatthieu Crapet2014-04-011-1/+1
* Fix libcap build issue - remove spurious /uapiAndrew G Morgan2014-01-051-1/+1
* Add a .pc file to the library.Andrew G Morgan2013-12-241-2/+14
* Get the library to compile again.Andrew G Morgan2013-12-141-1/+1
* fix MakefilesTorsten Werner2010-08-081-2/+2
* Stop using sed for parsing capability.h.Andrew G. Morgan2008-12-031-7/+7
* Makefile tweaks mostlyAndrew G. Morgan2008-11-101-2/+8
* Make rules were not complete for compiling on unprepared systems.Andrew G. Morgan2008-10-161-1/+1
* Restore correct source location for <sys/capability.h>Andrew G. Morgan2008-09-101-1/+1
* Some makefile cleanups.Andrew G. Morgan2008-06-021-5/+5
* Make fixes.Hao Xu2008-05-301-1/+1
* Fix libcap to build while using more than one make jobChristian Wiese2008-02-221-1/+1
* Do not hard code toolchain binariesMike Frysinger2008-02-171-2/+2
* Do not run ldconfig for FAKEROOT installsMike Frysinger2008-02-171-0/+2
* We don't need to export _cap_names[] any more.Andrew G. Morgan2008-02-051-3/+14
* Build with a pam_cap module.Andrew Morgan2007-08-131-9/+3
* Revived old setcap/getcap manual pages and added support for removing file capsAndrew Morgan2007-08-131-1/+1
* Cleanup output; and permit setcap e value to be superset of ip.Andrew Morgan2007-08-131-2/+2
* Add tentitive support for filesystem capabilities with 2.6.23-mm kernelsAndrew Morgan2007-08-131-4/+8
* Correct capset and capget system call invocationsAndrew Morgan2007-08-131-4/+1
* Support for static library creation (libcap.a) + miscAndrew Morgan2007-07-171-6/+11