package/swig: enable PCRE regex matching in host-swig
The upcoming ogre package needs a host swig binary with PCRE regex support. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7bd759514d
commit
ad8ed6bc4b
@ -7,9 +7,9 @@
|
|||||||
SWIG_VERSION_MAJOR = 3.0
|
SWIG_VERSION_MAJOR = 3.0
|
||||||
SWIG_VERSION = $(SWIG_VERSION_MAJOR).12
|
SWIG_VERSION = $(SWIG_VERSION_MAJOR).12
|
||||||
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
|
SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
|
||||||
HOST_SWIG_DEPENDENCIES = host-bison
|
HOST_SWIG_DEPENDENCIES = host-bison host-pcre
|
||||||
HOST_SWIG_CONF_OPTS = \
|
HOST_SWIG_CONF_OPTS = \
|
||||||
--without-pcre \
|
--with-pcre \
|
||||||
--disable-ccache \
|
--disable-ccache \
|
||||||
--without-octave
|
--without-octave
|
||||||
SWIG_LICENSE = GPL-3.0+, BSD-2-Clause, BSD-3-Clause
|
SWIG_LICENSE = GPL-3.0+, BSD-2-Clause, BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user