swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
3740ab89eb
commit
fbef79fd9f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue