From: Nicolas Thill Date: Tue, 24 May 2005 00:19:02 +0000 (+0000) Subject: Change include search path for speex: it is now installed in STAGING_DIR/usr X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9398ad637b2a2d5136ae928fab6b131286f2f15;p=librecmc%2Flibrecmc.git Change include search path for speex: it is now installed in STAGING_DIR/usr SVN-Revision: 1034 --- diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index db12adf635..5a4603bc9d 100644 --- a/openwrt/package/asterisk/Makefile +++ b/openwrt/package/asterisk/Makefile @@ -43,7 +43,7 @@ asterisk-compile: $(PKG_BUILD_DIR)/.prepared $(TARGET_CONFIGURE_OPTS) \ OPTIMIZE="$(TARGET_CFLAGS)" \ PROC="$(ARCH)" \ - CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include/speex" \ + CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/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)" \