summaryrefslogtreecommitdiff
path: root/package/swig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2013-11-24 09:34:02 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-24 10:51:08 +0100
commitf133e9b05fa2c511d476397cdcfd00c9ebe1ad60 (patch)
treeeca506ddc0f8cd7f4273f07347162e2162533528 /package/swig
parentcc2c75b0ec8b1b24ddbeecc1b00a6aa5d498878a (diff)
swig: unbreak host-swig build when host has octave installed
But not the octave development package: checking for octave... octave checking for mkoctfile... configure: error: mkoctfile is not installed We don't need octace support, so fix it by explictly disabling it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/swig')
-rw-r--r--package/swig/swig.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index 94395ee10..79839ea7f 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -7,7 +7,10 @@
SWIG_VERSION = 2.0.10
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
SWIG_DEPENDENCIES = host-bison
-HOST_SWIG_CONF_OPT = --without-pcre --disable-ccache
+HOST_SWIG_CONF_OPT = \
+ --without-pcre \
+ --disable-ccache \
+ --without-octave
SWIG_LICENSE = GPLv3+ BSD-2c BSD-3c
SWIG_LICENSE_FILES = LICENSE LICENSE-GPL LICENSE-UNIVERSITIES