summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 00:19:02 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 00:19:02 +0000
commit63b067e4edcec0f12a127d072b2bb88528a981b5 (patch)
tree5a6c37ce53bc2f07d2b24974571c9f1051aab607
parentf8b44f053733643afd0085e12178c000e5071694 (diff)
Change include search path for speex: it is now installed in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1034 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/asterisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile
index db12adf63..5a4603bc9 100644
--- a/package/asterisk/Makefile
+++ b/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)" \