fix asterisk build with latest speex version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@750 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2005-04-28 21:30:06 +00:00
parent 3048c0e1c5
commit 3607094a5b
1 changed files with 1 additions and 1 deletions

View File

@ -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)" \