fix asterisk build with latest speex version
SVN-Revision: 750
This commit is contained in:
parent
9674625ac7
commit
1214acabe2
1 changed files with 1 additions and 1 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue