Build: Adds /usr/lib64 as possible path for YAJL

Reported by @LinuxJedi at #1077
This commit is contained in:
Felipe Zimmerle 2016-03-18 16:42:15 -03:00
parent d528b8ea6d
commit 28008be616

View File

@ -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=""