[lxc-devel] [lxd/master] Makefile: Set PKG_CONFIG_PATH

stgraber on Github lxc-bot at linuxcontainers.org
Sat Aug 11 21:44:24 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180811/0f54c89b/attachment.bin>
-------------- next part --------------
From e936a8a40499282e37e9b5bb795faad66afb5ebc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sat, 11 Aug 2018 17:44:04 -0400
Subject: [PATCH] Makefile: Set PKG_CONFIG_PATH
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5d367de2b..6b60d1b89 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ deps:
 
 	cd "$(GOPATH)/deps/dqlite" && \
 		autoreconf -i && \
-		./configure && \
+		PKG_CONFIG_PATH="$(GOPATH)/deps/sqlite/" ./configure && \
 		make CFLAGS="-I$(GOPATH)/deps/sqlite/"
 
 	# environment


More information about the lxc-devel mailing list