From b0d9a5c539c3c5d450a2c7c0176a6c8afe19198e Mon Sep 17 00:00:00 2001 From: orbea Date: Fri, 27 Oct 2017 11:04:52 -0700 Subject: [PATCH] qb: Don't check for strlcpy on linux. --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index ef867cd95e..c3f7b55bda 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -450,7 +450,7 @@ check_header XSHM X11/Xlib.h X11/extensions/XShm.h check_header PARPORT linux/parport.h check_header PARPORT linux/ppdev.h -if [ "$OS" != 'Win32' ]; then +if [ "$OS" != 'Win32' ] && [ "$OS" != 'Linux' ]; then check_lib STRL "$CLIB" strlcpy fi check_lib STRCASESTR "$CLIB" strcasestr