mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 01:09:41 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user