]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libcap: Fix build error with kernel headers < 3.6
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 26 Oct 2014 18:25:15 +0000 (19:25 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 27 Oct 2014 00:03:20 +0000 (01:03 +0100)
commita759931c9b0cb4337dc30fd35d03ce123271c5a4
tree26b3d95bc586e36752e0d10f01a6328bb880a84f
parente6debc2e078d06e0ac177a882d9f4268f5b37077
package/libcap: Fix build error with kernel headers < 3.6

Fixes
http://autobuild.buildroot.net/results/cce/cceb1ccacec36fb7ef41bb7cdb13b3014813b599/

XATTR_NAME_CAPS appears in kernel headers since 3.7:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/include/uapi/linux/xattr.h?id=v3.7

Before it was an internal define of the kernel:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/include/linux/xattr.h?id=607ca46e97a1b6594b29647d98a32d545c24bdff

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cdrkit/Config.in
package/libcap/Config.in
package/lxc/Config.in
package/squid/Config.in
package/systemd/Config.in