diff options
author | Jérôme Pouiller <jezz@sysmic.org> | 2014-09-23 11:45:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-23 20:19:09 +0200 |
commit | 02505644ab88b64e079cde51637b6fb0b6e32bcc (patch) | |
tree | 9d9034e6ec16f77822f84d7da49ccf1a7c707f4f /package/systemd | |
parent | db26348c91bfaf3088683906baeef58cac8d6f6e (diff) | |
download | buildroot-02505644ab88b64e079cde51637b6fb0b6e32bcc.tar.gz buildroot-02505644ab88b64e079cde51637b6fb0b6e32bcc.zip |
libseccomp: bump to version 2.1.1
Version 1.0.0 was not compatible with systemd. With 1.0.0, systemd
compilation produce:
src/shared/seccomp-util.c: In function 'seccomp_add_secondary_archs':
src/shared/seccomp-util.c:73:9: warning: implicit declaration of function 'seccomp_arch_add' [-Wimplicit-function-declaration]
r = seccomp_arch_add(c, SCMP_ARCH_X86);
^
src/shared/seccomp-util.c:73:9: warning: nested extern declaration of 'seccomp_arch_add' [-Wnested-externs]
src/shared/seccomp-util.c:73:33: error: 'SCMP_ARCH_X86' undeclared (first use in this function)
r = seccomp_arch_add(c, SCMP_ARCH_X86);
^
src/shared/seccomp-util.c:77:33: error: 'SCMP_ARCH_X86_64' undeclared (first use in this function)
r = seccomp_arch_add(c, SCMP_ARCH_X86_64);
^
src/shared/seccomp-util.c:81:33: error: 'SCMP_ARCH_X32' undeclared (first use in this function)
r = seccomp_arch_add(c, SCMP_ARCH_X32);
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd')
0 files changed, 0 insertions, 0 deletions