fix asterisk build with latest speex version
authorFelix Fietkau <nbd@openwrt.org>
Thu, 28 Apr 2005 21:30:06 +0000 (21:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 28 Apr 2005 21:30:06 +0000 (21:30 +0000)
SVN-Revision: 750

openwrt/package/asterisk/Makefile

index f42d6f847c2479f571e135b37b108cc1e7d2e54f..f428e9a3e7f37033ddfcdd7353a0f7b1e0c1f018 100644 (file)
@@ -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)" \