freeswitch-stable: use qstrip 451/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:52:09 +0000 (19:52 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:53:15 +0000 (19:53 +0200)
It's better to rely on qstrip than to look for certain quotes.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index c053f66ab17a6e3de1279666a63011bafd6e778e..c145bd2f6e69a8deccf60cc0fff34ca4bc36a43b 100644 (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