summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-24 00:19:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-24 00:19:02 +0000
commitf9398ad637b2a2d5136ae928fab6b131286f2f15 (patch)
treeb49c72a8351ab731885e1d2474aa977e947dac5f /openwrt/package/asterisk
parent8bf133e2e8a7b796308ecb51208c8c4a54e813c9 (diff)
downloadmtk-20170518-f9398ad637b2a2d5136ae928fab6b131286f2f15.zip
mtk-20170518-f9398ad637b2a2d5136ae928fab6b131286f2f15.tar.gz
mtk-20170518-f9398ad637b2a2d5136ae928fab6b131286f2f15.tar.bz2
Change include search path for speex: it is now installed in STAGING_DIR/usr
SVN-Revision: 1034
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 db12adf..5a4603b 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)" \