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
53cef1c9f1
commit
010cb4848d
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ define Package/swig
|
||||||
BUILDONLY:=1
|
BUILDONLY:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_CONFIGURE_ARGS+= \
|
||||||
|
--without-pcre
|
||||||
|
|
||||||
define Package/swig/description
|
define Package/swig/description
|
||||||
tool that generates bindings for various languages
|
tool that generates bindings for various languages
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue