The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6887
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === A fix for #6886 Signed-off-by: Asterios Dimitriou <aster...@pci.gr>
From 969f706234d3709b67f18f7692aacbc4f23eb546 Mon Sep 17 00:00:00 2001 From: Asterios Dimitriou <aster...@pci.gr> Date: Mon, 17 Feb 2020 14:08:53 +0200 Subject: [PATCH] Allow build with GNU Make 4.3 Signed-off-by: Asterios Dimitriou <aster...@pci.gr> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ff398dbbc..0e0948f59d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ LINGUAS=$(basename $(POFILES)) POTFILE=po/$(DOMAIN).pot VERSION=$(shell grep "var Version" shared/version/flex.go | cut -d'"' -f2) ARCHIVE=lxd-$(VERSION).tar -TAG_SQLITE3=$(shell printf "\#include <sqlite3.h>\nvoid main(){int n = SQLITE_IOERR_NOT_LEADER;}" | $(CC) ${CGO_CFLAGS} -o /dev/null -xc - >/dev/null 2>&1 && echo "libsqlite3") +HASH := \# +TAG_SQLITE3=$(shell printf "$(HASH)include <sqlite3.h>\nvoid main(){int n = SQLITE_IOERR_NOT_LEADER;}" | $(CC) ${CGO_CFLAGS} -o /dev/null -xc - >/dev/null 2>&1 && echo "libsqlite3") GOPATH ?= $(HOME)/go .PHONY: default
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel