From fd3f8ae51db77306c79a466125b182cd46230c42 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 29 Nov 2021 07:50:13 +0100 Subject: [PATCH] package/asterisk: drop spurious space Drop spurious space added by commit 4f1c340311768fa3a94605086e5c99cb1733ce93 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/asterisk/asterisk.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk index a8f9127c94..0a26fb38ea 100644 --- a/package/asterisk/asterisk.mk +++ b/package/asterisk/asterisk.mk @@ -243,7 +243,7 @@ ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy) ASTERISK_DEPENDENCIES += speex ASTERISK_CONF_OPTS += --with-speex --with-speexdsp else -ASTERISK_CONF_OPTS += --without-speex --without-speexdsp +ASTERISK_CONF_OPTS += --without-speex --without-speexdsp endif # asterisk needs an openssl-enabled libsrtp