[Buildroot] [PATCH 1/1] package/asterisk: drop spurious space

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Nov 29 06:50:13 UTC 2021


Drop spurious space added by commit
4f1c340311768fa3a94605086e5c99cb1733ce93

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 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
-- 
2.33.0




More information about the buildroot mailing list