projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f542d22
)
freeswitch-stable: use qstrip
451/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Sat, 31 Aug 2019 17:52:09 +0000
(19:52 +0200)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/net/freeswitch-stable/Makefile
b/net/freeswitch-stable/Makefile
index c053f66ab17a6e3de1279666a63011bafd6e778e..c145bd2f6e69a8deccf60cc0fff34ca4bc36a43b 100644
(file)
--- 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