summaryrefslogtreecommitdiff
path: root/package/libcap
AgeCommit message (Collapse)Author
2021-10-30libcap: Fix buildPhil Sutter
Have to pass HOST_CC variable so _makenames helper is correctly compiled for host arch. Also PAM detection checks host's headers, override this based on package choice. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-10-22libcap: update to latestWaldemar Brodkorb
2020-10-18libcap: update to 2.44Waldemar Brodkorb
2018-01-02libcap: fix .pc fileWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-09-27libcap: fix target buildWaldemar Brodkorb
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2015-06-01update hashWaldemar Brodkorb
2015-03-02update to latest, fix build when static library build s choosenWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-01-13fix cross-compile on darwinWaldemar Brodkorb
2014-01-08fix buildWaldemar Brodkorb
2014-01-08remove LINUX_HEADER_DIRWaldemar Brodkorb
2013-11-08fix cross-compile on DarwinWaldemar Brodkorb
2013-10-28add new package libcapWaldemar Brodkorb