diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-20 13:23:30 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-20 13:26:25 +0200 |
commit | 010cb4848d4014d745429db620ab237baf9da8f0 (patch) | |
tree | c24c13953f71795fe8152293695407df72fe052d /utils | |
parent | 53cef1c9f178332023f5265f928af0e5b1c3cc83 (diff) |
swig: make it compile even if pcre libs are not available
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/swig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/swig/Makefile b/utils/swig/Makefile index b7340ca9f..7b9c4f09f 100644 --- a/utils/swig/Makefile +++ b/utils/swig/Makefile @@ -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 |