diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-28 21:30:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-28 21:30:06 +0000 |
commit | 1214acabe2f76214e756145adbe0dcecbd0f9d7c (patch) | |
tree | 688a9d0f8afff9633256d8d7fadf37422866f7a2 /openwrt/package/asterisk | |
parent | 9674625ac78b48fb445473c377594fe8789cc4a1 (diff) | |
download | mtk-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/Makefile | 2 |
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)" \ |