From fbef79fd9f2f5641994c71b2c7c3867c077ad882 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 20 Oct 2015 13:23:30 +0200 Subject: [PATCH] swig: make it compile even if pcre libs are not available Signed-off-by: John Crispin --- utils/swig/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/swig/Makefile b/utils/swig/Makefile index b7340ca9ff..7b9c4f09fc 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