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)
committerJohn Crispin <john@phrozen.org>
Fri, 3 Nov 2017 21:31:42 +0000 (22:31 +0100)
commit0e300a3a71264d8938b17f9fb0d5f1ab33a0434a
treeeb9df139c0ab461dc1ebd42245f11c9983fbdce1
parent727ab294d05c3ea2d90c4a44a8a1bf718c381a08
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>
package/system/procd/Makefile