[CRIU] [PATCH] make: add pie to include dirs for crtools
Andrew Vagin
avagin at parallels.com
Fri Nov 23 07:42:20 EST 2012
Reported-by: Andrew Vagin <avagin at parallels.com>
Acked-by: Andrew Vagin <avagin at parallels.com>
Stolen-from: Andrew Vagin <avagin at parallels.com>
On Fri, Nov 23, 2012 at 03:39:59PM +0300, Kinsbursky Stanislav wrote:
> 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(-)
> 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
>
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> http://lists.openvz.org/mailman/listinfo/criu
More information about the CRIU
mailing list