Browse Source

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

Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin 9 years ago
parent
commit
010cb4848d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      utils/swig/Makefile

+ 3
- 0
utils/swig/Makefile View File

@@ -28,6 +28,9 @@ define Package/swig
28 28
   BUILDONLY:=1
29 29
 endef
30 30
 
31
+HOST_CONFIGURE_ARGS+= \
32
+	--without-pcre
33
+
31 34
 define Package/swig/description
32 35
   tool that generates bindings for various languages
33 36
 endef