nlopt: Explicitly disable plugins

They might find the config scripts for build machine.

Should fix #533.
This commit is contained in:
Timothy Gu 2014-10-18 15:03:47 -07:00
parent c1ff6fcb0d
commit d7cd5fcf49
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-cxx
--with-cxx \
--without-guile \
--without-matlab \
--without-octave \
--without-python
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef