procd: Always tell cmake whether to include seccomp support or not
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Nov 2017 21:31:42 +0000 (22:31 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 15:44:07 +0000 (16:44 +0100)
commit5872c19c63b61ad481f54eb7c415e52e22b15b91
tree0148ac02caa32153befe8c73c75d96d42cfa2175
parentcd901ef1a60437de6ceac5da07f53a10046096e1
procd: Always tell cmake whether to include seccomp support or not

Without this change, when a user disables seccomp support in .config,
procd does not get recompiled unless the package is cleaned manually.
It is because when -D option is missing from cmake command line, cmake
uses cached value from the previous run where seccomp was enabled.

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
(cherry picked from commit 0e300a3a71264d8938b17f9fb0d5f1ab33a0434a)
package/system/procd/Makefile