Skip to content

Commit ad0ec4f

Browse files
committed
fix(build): add libpcre2-8 to possible names
Fixes debian builds using pcre2 on extended architectures. Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent 82f75dc commit ad0ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pcre2.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl CHECK_PCRE2(ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
44
AC_DEFUN([PROG_PCRE2], [
55
66
# Possible names for the pcre2 library/package (pkg-config)
7-
PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8"
7+
PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8 libpcre2-8"
88
99
# Possible extensions for the library
1010
PCRE2_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"

0 commit comments

Comments
 (0)