aboutsummaryrefslogtreecommitdiff
path: root/libs/libseccomp/patches
Commit message (Collapse)AuthorAge
* libseccomp: update to 2.5.2Rosen Penev2021-09-26
| | | | | | | | Use AUTORELEASE for simplicity. Add libtool patch to fix compilation under some platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libseccomp: Update to 2.3.3Rosen Penev2018-09-08
| | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_FORMAT_SECURITY as it's not needed to be disabled anymore. Removed patch as musl has been updated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libseccomp: corrected typo in patchNikos Mavrogiannopoulos2015-06-15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libseccomp: work-around prctl.h messDaniel Golle2015-06-04
musl doesn't allow including both, sys/prctl.h and linux/prctl.h. Thus include linux/prctl.h only on GLIBC systems (that includes uClibc which defines __GLIBC__) Signed-off-by: Daniel Golle <daniel@makrotopia.org>