[CRIU] [PATCH] make: add pie to include dirs for crtools

Kinsbursky Stanislav skinsbursky at openvz.org
Fri Nov 23 07:39:59 EST 2012


From: Stanislav Kinsbursky <skinsbursky at openvz.org>

cr-restore.c includes parasite-blob.h, which is now located in pie/ dir.

Signed-off-by: Stanislav Kinsbursky <skinsbursky at openvz.org>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/Makefile b/Makefile
index 9c1fef9..07c3bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ endif
 
 SRC_DIR		?= $(shell pwd)
 
-CFLAGS		= -I$(SRC_DIR)/include -fno-strict-aliasing
+CFLAGS		= -I$(SRC_DIR)/include -I$(SRC_DIR)/pie -fno-strict-aliasing
 
 LIBS		:= -lrt -lpthread -lprotobuf-c
 


More information about the CRIU mailing list