From f00e625c8ee49ce1d48106b32544d290210ceea1 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Thu, 30 Jun 2016 12:06:41 +0000 Subject: [PATCH] Unbreak build with custom location of libyajl.so --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 66230603..3e6eb096 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -257,7 +257,7 @@ libmodsecurity_la_LIBADD = \ $(GEOIP_LDFLAGS) $(GEOIP_LDADD) \ @LEXLIB@ \ $(PCRE_LDADD) \ - $(YAJL_LDADD) \ + $(YAJL_LDFLAGS) $(YAJL_LDADD) \ $(LIBXML2_LDADD) \ ../others/libinjection.la \ libmbedtls.la