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:
8bf133e
)
Change include search path for speex: it is now installed in STAGING_DIR/usr
author
Nicolas Thill
<nico@openwrt.org>
Tue, 24 May 2005 00:19:02 +0000
(
00:19
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 24 May 2005 00:19:02 +0000
(
00:19
+0000)
SVN-Revision: 1034
openwrt/package/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/asterisk/Makefile
b/openwrt/package/asterisk/Makefile
index db12adf63502341507eed92d913b3db0015af4f9..5a4603bc9db99bd6f3e2723e6115ba15b95456c3 100644
(file)
--- 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)" \