浏览代码

package/asterisk: drop spurious space

Drop spurious space added by commit
4f1c340311768fa3a94605086e5c99cb1733ce93

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 3 年之前
父节点
当前提交
fd3f8ae51d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/asterisk/asterisk.mk

+ 1 - 1
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