lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 010cb4848d4014d745429db620ab237baf9da8f0
parent 53cef1c9f178332023f5265f928af0e5b1c3cc83
Author: John Crispin <blogic@openwrt.org>
Date:   Tue, 20 Oct 2015 13:23:30 +0200

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

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Mutils/swig/Makefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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