From: Felix Fietkau Date: Thu, 28 Apr 2005 21:30:06 +0000 (+0000) Subject: fix asterisk build with latest speex version X-Git-Tag: reboot~32963 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1214acabe2f76214e756145adbe0dcecbd0f9d7c;p=oweals%2Fopenwrt.git fix asterisk build with latest speex version SVN-Revision: 750 --- diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index f42d6f847c..f428e9a3e7 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)" \