From 2bc32bd91cc4d9ee6f18351d2c47fb00330cc61a Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 2 Aug 2014 15:35:11 +0300 Subject: [PATCH] swig:host: build without pcre --- packages/devel/swig/package.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/devel/swig/package.mk b/packages/devel/swig/package.mk index 051d336cb2..9f09d61d9c 100644 --- a/packages/devel/swig/package.mk +++ b/packages/devel/swig/package.mk @@ -23,7 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.swig.org" PKG_URL="$SOURCEFORGE_SRC/swig/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_HOST="ccache:host pcre:host" +PKG_DEPENDS_HOST="ccache:host" PKG_PRIORITY="optional" PKG_SECTION="devel" PKG_SHORTDESC="SWIG: a software development tool that connects programs written in C and C++ with a variety of high-level programming languages." @@ -34,6 +34,7 @@ PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_HOST="--with-pcre-prefix=$ROOT/$TOOLCHAIN \ --with-boost=no \ + --without-pcre \ --without-x \ --without-tcl \ --without-python \