From: Romain Naour Date: Wed, 29 May 2019 15:16:54 +0000 (+0200) Subject: package/swig: enable PCRE regex matching in host-swig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad8ed6bc4b18a69adbf104e236564efeea66bba9;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/swig/swig.mk b/package/swig/swig.mk index 157d3a39a6..892b0abe30 100644 --- a/package/swig/swig.mk +++ b/package/swig/swig.mk @@ -7,9 +7,9 @@ SWIG_VERSION_MAJOR = 3.0 SWIG_VERSION = $(SWIG_VERSION_MAJOR).12 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 = \ - --without-pcre \ + --with-pcre \ --disable-ccache \ --without-octave SWIG_LICENSE = GPL-3.0+, BSD-2-Clause, BSD-3-Clause