projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9674625
)
fix asterisk build with latest speex version
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Apr 2005 21:30:06 +0000
(21:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Apr 2005 21:30:06 +0000
(21:30 +0000)
SVN-Revision: 750
openwrt/package/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/asterisk/Makefile
b/openwrt/package/asterisk/Makefile
index f42d6f847c2479f571e135b37b108cc1e7d2e54f..f428e9a3e7f37033ddfcdd7353a0f7b1e0c1f018 100644
(file)
--- 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)" \