mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
fix asterisk build with latest speex version
SVN-Revision: 750
This commit is contained in:
parent
9674625ac7
commit
1214acabe2
@ -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 New Issue
Block a user