1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-03 09:31:05 +02:00

Change include search path for speex: it is now installed in STAGING_DIR/usr

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1034 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-24 00:19:02 +00:00
parent f8b44f0537
commit 63b067e4ed

View File

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