summaryrefslogtreecommitdiffstats
path: root/rules/host-libcap.make
Commit message (Collapse)AuthorAgeFilesLines
* use /usr in sysroot-host and sysroot-crossMichael Olbrich2023-01-221-1/+1
| | | | | | | | Building packages with prefix=/ is getting more difficult. For sysroot-host and sysroot-cross is doesn't really matter, so switch to prefix=/usr here as well. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcap: Version bump 2.51 -> 2.62.Christian Melki2022-01-071-1/+1
| | | | | | | | | | | | | | | | Update posix capability library. Change CC only directive to CROSS_COMPILE so that the new version can build properly with cross builds. For host-libcap, change BUILD_GPERF to USE_GPERF, as the former is now a reserved word. Drop old patches. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220107092616.27746-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libcap: disable go bindingladis@linux-mips.org2020-07-041-1/+9
| | | | | | | | | It is not needed and saves compilation time. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <20200703084342.GA154165@lenoch> [mol: add some more line breaks] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libcap: always build a dynamically linked exectablesBruno Thomsen2019-11-261-1/+1
| | | | | | | | | | | | | | For unknown reasons the libcap executables are build static if a .git directory is present in the topdir folder. Linking breaks if position independent executables are activated in the ptxdist hardening flags. This patch overrides the git detection to always build dynamically linked executables. Related: eda8ef326785 ("libcap: always build a dynamically linked exectables") Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libcap: disable gperf dependencyClemens Gruber2017-02-101-1/+1
| | | | | | | | | | Fixes a build error when the implicit dependency host-gperf is not available. As it is only an optimization used at build-time of other ptxdist packages, we can disable gperf support. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libcap: do not use setcap on itselfClemens Gruber2017-01-121-1/+1
| | | | | | | | | | Set RAISE_SETFCAP=no in host-libcap.make. Fixes an error in the install stage: unable to set CAP_SETFCAP effective capability: Operation not permitted Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcap: fix build for hosttoolRobert Schwebel2011-02-031-1/+0
| | | | | | | b89d518ee7a35613a5cffbf11afc54798ededf6d accidentially assumed that this package uses autoconf, which is wrong. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* libcap: added new packetRobert Schwebel2011-02-011-0/+1
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [libcap] added new packetRobert Schwebel2010-10-221-18/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libcap] fix installing to pkgdirMichael Olbrich2010-04-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-libcap] new packageMarc Kleine-Budde2010-01-191-0/+41
needed for host-cdrkit