Skip to content

Commit 28008be

Browse files
committed
Build: Adds /usr/lib64 as possible path for YAJL
Reported by @LinuxJedi at #1077
1 parent d528b8e commit 28008be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/yajl.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ YAJL_POSSIBLE_LIB_NAMES="yajl2 yajl"
1414
YAJL_POSSIBLE_EXTENSIONS="so la sl dll dylib"
1515
1616
# Possible paths (if pkg-config was not found, proceed with the file lookup)
17-
YAJL_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/libyajl /usr/local/yajl /usr/local /opt/libyajl /opt/yajl /opt /usr"
17+
YAJL_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/libyajl /usr/local/yajl /usr/local /opt/libyajl /opt/yajl /opt /usr /usr/lib64"
1818
1919
# Variables to be set by this very own script.
2020
YAJL_VERSION=""

0 commit comments

Comments
 (0)