mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
octave: disable curl
This commit is contained in:
parent
c102d410ac
commit
9c9945c035
@ -87,9 +87,8 @@ OCTAVE_LIB_DIR := /usr/lib
|
|||||||
# ugly workaround for octave 3.2.4 to compile with latest openwrt toolchain
|
# ugly workaround for octave 3.2.4 to compile with latest openwrt toolchain
|
||||||
TARGET_CXXFLAGS += -include stddef.h -fpermissive
|
TARGET_CXXFLAGS += -include stddef.h -fpermissive
|
||||||
|
|
||||||
CONFIGURE_ARGS += --without-x --without-fftw --disable-docs
|
CONFIGURE_ARGS += --without-x --without-fftw --disable-docs --without-curl
|
||||||
CONFIGURE_VARS += octlibdir=$(OCTAVE_LIB_DIR) \
|
CONFIGURE_VARS += octlibdir=$(OCTAVE_LIB_DIR) FFLAGS="$(TARGET_CFLAGS)"
|
||||||
FFLAGS="$(TARGET_CFLAGS)"
|
|
||||||
#MAKE_FLAGS += "LD=$(TARGET_CROSS)gcc -nostdlib"
|
#MAKE_FLAGS += "LD=$(TARGET_CROSS)gcc -nostdlib"
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
Reference in New Issue
Block a user