From e868f592da91e7df372a158da3b45131ed2a811f Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 31 Aug 2019 19:52:09 +0200 Subject: [PATCH] freeswitch-stable: use qstrip It's better to rely on qstrip than to look for certain quotes. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index c053f66..c145bd2 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -718,8 +718,7 @@ CONFIGURE_VARS+= \ # Regarding apr_cv_mutex_robust_shared=no see # http://www.openwall.com/lists/musl/2016/11/26/1 -# _Don't_ remove quotes below! -ifeq ($(CONFIG_LIBC),"musl") +ifeq ($(call qstrip,$(CONFIG_LIBC)),musl) CONFIGURE_VARS+= \ apr_cv_mutex_robust_shared=no \ ac_cv_strerror_r_rc_int=yes -- 2.30.2