1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 04:45:07 +03:00

octave: disable curl

This commit is contained in:
Xiangfu 2012-03-28 19:59:24 +08:00
parent c102d410ac
commit 9c9945c035

View File

@ -87,9 +87,8 @@ OCTAVE_LIB_DIR := /usr/lib
# ugly workaround for octave 3.2.4 to compile with latest openwrt toolchain
TARGET_CXXFLAGS += -include stddef.h -fpermissive
CONFIGURE_ARGS += --without-x --without-fftw --disable-docs
CONFIGURE_VARS += octlibdir=$(OCTAVE_LIB_DIR) \
FFLAGS="$(TARGET_CFLAGS)"
CONFIGURE_ARGS += --without-x --without-fftw --disable-docs --without-curl
CONFIGURE_VARS += octlibdir=$(OCTAVE_LIB_DIR) FFLAGS="$(TARGET_CFLAGS)"
#MAKE_FLAGS += "LD=$(TARGET_CROSS)gcc -nostdlib"
define Build/Configure