Merge pull request #451 from micmac1/fs1.10-cleanup2

freeswitch-stable: use qstrip
This commit is contained in:
micmac1 2019-08-31 19:56:14 +02:00 committed by GitHub
commit 9167e30d40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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