projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8805f
)
package/asterisk: add optional dependency to speexdsp
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Wed, 13 Jun 2018 16:28:24 +0000
(18:28 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 16 Jun 2018 12:28:06 +0000
(14:28 +0200)
Fixes
http://autobuild.buildroot.net/results/9f6/
9f61192382ea4b57b0f0548626968752363bb13f
/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/asterisk/asterisk.mk
patch
|
blob
|
history
diff --git
a/package/asterisk/asterisk.mk
b/package/asterisk/asterisk.mk
index f2f210b524561b9a912d681855dca714a136090b..430b122655f4a7ee691274ded59fec1b96caa9a0 100644
(file)
--- a/
package/asterisk/asterisk.mk
+++ b/
package/asterisk/asterisk.mk
@@
-229,7
+229,7
@@
else
ASTERISK_CONF_OPTS += --without-ssl
endif
-ifeq ($(BR2_PACKAGE_SPEEX)
,
y)
+ifeq ($(BR2_PACKAGE_SPEEX)
$(BR2_PACKAGE_SPEEXDSP),y
y)
ASTERISK_DEPENDENCIES += speex
ASTERISK_CONF_OPTS += --with-speex --with-speexdsp
else