summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2019-06-26 15:13:28 +0200
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2019-06-26 15:23:52 +0200
commitd856a6b99875c949e7a962a1b6666b068599913a (patch)
tree29ae4bdb9642c8a4e2d3e9c8ea8c9479e592275e /check
parent65d982e28c98da8aa9db7d4664603f96986e5fa7 (diff)
downloaduwsgi-d856a6b99875c949e7a962a1b6666b068599913a.tar.gz
check: link against jansson if available
Diffstat (limited to 'check')
-rw-r--r--check/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/check/Makefile b/check/Makefile
index 0f0b4478..14a7e109 100644
--- a/check/Makefile
+++ b/check/Makefile
@@ -5,6 +5,7 @@ LDFLAGS += -ldl -lz
LDFLAGS += $(shell xml2-config --libs)
LDFLAGS += $(shell pkg-config --libs openssl)
LDFLAGS += $(shell pcre-config --libs)
+LDFLAGS += $(shell pkg-config --libs jansson)
objects = check_core