freeswitch-stable: use qstrip
It's better to rely on qstrip than to look for certain quotes. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
f542d22f06
commit
e868f592da
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue