summaryrefslogtreecommitdiffstats
path: root/rules/libseccomp.make
Commit message (Collapse)AuthorAgeFilesLines
* libseccomp: don't build for PPCMichael Olbrich2016-02-121-0/+3
| | | | | | | | | | | libseccomp has no support for PPC and fails to build. Speciall handling is needed, because systemd may depend on libseccomp: * wrap everything in 'ifndef PTXCONF_ARCH_PPC' so libseccomp can be build with empty stages. * use PTXCONF_SYSTEMD_SECCOMP$(PTXCONF_ARCH_PPC) in ptx/endis. This produces PTXCONF_SYSTEMD_SECCOMPy for PPC so 'disable' is returned. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libseccomp: new packageClemens Gruber2016-02-111-0/+56
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: fix broken URL] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>