From 28008be616df86a1b9d212d99bf2f273d2832bb1 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 18 Mar 2016 16:42:15 -0300 Subject: [PATCH] Build: Adds /usr/lib64 as possible path for YAJL Reported by @LinuxJedi at #1077 --- build/yajl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/yajl.m4 b/build/yajl.m4 index cf5ca2da..7bd9a0be 100644 --- a/build/yajl.m4 +++ b/build/yajl.m4 @@ -14,7 +14,7 @@ YAJL_POSSIBLE_LIB_NAMES="yajl2 yajl" YAJL_POSSIBLE_EXTENSIONS="so la sl dll dylib" # Possible paths (if pkg-config was not found, proceed with the file lookup) -YAJL_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/libyajl /usr/local/yajl /usr/local /opt/libyajl /opt/yajl /opt /usr" +YAJL_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/libyajl /usr/local/yajl /usr/local /opt/libyajl /opt/yajl /opt /usr /usr/lib64" # Variables to be set by this very own script. YAJL_VERSION=""