]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
at: fix configure option with/without-selinux
authorWenzong Fan <wenzong.fan@windriver.com>
Mon, 21 Mar 2016 02:10:19 +0000 (22:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Mar 2016 10:29:15 +0000 (10:29 +0000)
commitc5c9ed67add46e5fcb1a3ccb98b471c6228ced4d
tree1ee43708528baa3bd6fbb0f3357237de796db6a8
parent9b2b1f05a8ad95467591f644d80efbae87146ebe
at: fix configure option with/without-selinux

without-selinux doesn't work since WITH_SELINUX is always be defined no
matter which option is given: with-selinux, without-selinux.

This causes build errors if '--without-selinux' is used and libselinux
is not buildable in project:

  atd.c:87:29: fatal error: selinux/selinux.h: No such file or directory

(From OE-Core rev: f1f676cf720b869999553eecdb113a2a2daa61fe)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/at/at/configure-fix-with-without-selinux.patch [new file with mode: 0644]
meta/recipes-extended/at/at_3.1.18.bb