swig: make it compile even if pcre libs are not available

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin 2015-10-20 13:23:30 +02:00
parent 3740ab89eb
commit fbef79fd9f
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ define Package/swig
BUILDONLY:=1
endef
HOST_CONFIGURE_ARGS+= \
--without-pcre
define Package/swig/description
tool that generates bindings for various languages
endef