mirror of https://github.com/hak5/openwrt-owl.git
Change include search path for speex: it is now installed in STAGING_DIR/usr
SVN-Revision: 1034owl
parent
8bf133e2e8
commit
f9398ad637
|
@ -43,7 +43,7 @@ asterisk-compile: $(PKG_BUILD_DIR)/.prepared
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
OPTIMIZE="$(TARGET_CFLAGS)" \
|
OPTIMIZE="$(TARGET_CFLAGS)" \
|
||||||
PROC="$(ARCH)" \
|
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" \
|
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" \
|
CRYPTO_LIBS="-L$(STAGING_DIR)/usr/lib -Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic" \
|
||||||
EXTRA_APPS="$(APPS)" \
|
EXTRA_APPS="$(APPS)" \
|
||||||
|
|
Loading…
Reference in New Issue