summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-28 21:30:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-28 21:30:06 +0000
commit1214acabe2f76214e756145adbe0dcecbd0f9d7c (patch)
tree688a9d0f8afff9633256d8d7fadf37422866f7a2 /openwrt/package/asterisk
parent9674625ac78b48fb445473c377594fe8789cc4a1 (diff)
downloadmtk-20170518-1214acabe2f76214e756145adbe0dcecbd0f9d7c.zip
mtk-20170518-1214acabe2f76214e756145adbe0dcecbd0f9d7c.tar.gz
mtk-20170518-1214acabe2f76214e756145adbe0dcecbd0f9d7c.tar.bz2
fix asterisk build with latest speex version
SVN-Revision: 750
Diffstat (limited to 'openwrt/package/asterisk')
-rw-r--r--openwrt/package/asterisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile
index f42d6f8..f428e9a 100644
--- a/openwrt/package/asterisk/Makefile
+++ b/openwrt/package/asterisk/Makefile
@@ -88,7 +88,7 @@ asterisk-compile: $(PKG_BUILD_DIR)/.patched
$(TARGET_CONFIGURE_OPTS) \
OPTIMIZE="$(TARGET_CFLAGS)" \
PROC="$(ARCH)" \
- CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include" \
+ CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include/speex" \
LDFLAGS_EXTRA="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/mysql" \
CRYPTO_LIBS="-L$(STAGING_DIR)/usr/lib -Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic" \
EXTRA_APPS="$(APPS)" \