Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTycho Andersen <tycho.andersen@canonical.com>2016-10-20 19:25:29 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-11-03 18:15:01 +0300
commit0d2f3a409f6c38b0865aa84cf6e3d3adde0f64e4 (patch)
tree812a35689a2676e0a949745c65cf2b1e0c6154a2 /Makefile.config
parent5f2233ea717f3f68e158cf4c54bb51b58802176e (diff)
build: add a feature test for linux/net_namespace.h
This header was only introduced in 2015, so we need to build without it. travis-ci: success for series starting with [v10,01/11] net: pass the struct nlattrs to dump() functions Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 09f7f9602..4edbdb0d1 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -18,7 +18,7 @@ export DEFINES += $(FEATURE_DEFINES)
export CFLAGS += $(FEATURE_DEFINES)
FEATURES_LIST := TCP_REPAIR STRLCPY STRLCAT PTRACE_PEEKSIGINFO \
- SETPROCTITLE_INIT MEMFD TCP_REPAIR_WINDOW
+ SETPROCTITLE_INIT MEMFD TCP_REPAIR_WINDOW NET_NAMESPACE_H
# $1 - config name
define gen-feature-test