chiark / gitweb /
fix SECCOMP_CFLAGS usage
authorCristian Rodríguez <crrodriguez@opensuse.org>
Tue, 18 Feb 2014 13:56:36 +0000 (10:56 -0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Feb 2014 14:27:19 +0000 (09:27 -0500)
commit0b7005eb0a7daa38b89d6e8bd1e1c597677956b2
treed59ea326b2eb16999de2a4bb3b4be87d7118481d
parent234ed3eb09f0c8b871253691e0ef9309e68eeae8
fix SECCOMP_CFLAGS usage

SECCOMP_CFLAGS must be in the global CFLAGS as <seccomp.h> is
included in core/execute.h. when seccomp.h is not in the standard
path.(i.e openSUSE has it in /usr/include/pkg/libseccomp/, precisely to
catch this kind of bugs) compiling systemd fails.
Makefile.am