aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2019-03-21 22:08:31 +0100
committerPetr Vorel <petr.vorel@gmail.com>2019-03-21 23:35:03 +0100
commitb24f3d32c54006af5499da5a7ac418eafcf6e459 (patch)
tree315428c29bf0264891c2648ada7386fefcf1953e /include
parentad87b4863cdcfad3dc05e2b023e849209473faa8 (diff)
cpuset: Detect missing fts.h
This fixes build on uClibc with disabled fts.h support and MUSL, which does not have fts.h at all. Reported-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/mk/config.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mk/config.mk.in b/include/mk/config.mk.in
index 01f178bff..d55fe9602 100644
--- a/include/mk/config.mk.in
+++ b/include/mk/config.mk.in
@@ -46,6 +46,7 @@ SELINUX_LIBS := @SELINUX_LIBS@
TIRPC_CPPFLAGS := @TIRPC_CPPFLAGS@
TIRPC_LIBS := @TIRPC_LIBS@
KEYUTILS_LIBS := @KEYUTILS_LIBS@
+HAVE_FTS_H := @HAVE_FTS_H@
prefix := @prefix@