From 72896b902e37b484139d57a149efcb2befd5a1c5 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 2 Jan 2021 13:10:42 +0100 Subject: [PATCH] comment --- client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Makefile b/client/Makefile index 29cc37180..05a0979ae 100644 --- a/client/Makefile +++ b/client/Makefile @@ -131,6 +131,7 @@ LDLIBS += $(LUALIBLD) INCLUDES += $(LUALIBINC) ## Jansson +# Jansson section needs to be after Lua to avoid interferences on macOS if a locally incompatible Lua was available, see PR 1155 ifneq ($(SKIPJANSSONSYSTEM),1) JANSSONINCLUDES = $(shell $(PKG_CONFIG_ENV) pkg-config --cflags jansson 2>/dev/null) JANSSONLDLIBS = $(shell $(PKG_CONFIG_ENV) pkg-config --libs jansson 2>/dev/null)