From 0b85489a97a91c168ce55c12b894c9704d3d9f3c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 18 Jun 2017 12:45:30 -0700 Subject: cgi-io: Find and search for libubus.h Fixes build errors with external toolchains: [ 33%] Building C object CMakeFiles/cgi-io.dir/main.c.o /home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/cgi-io/main.c:30:21: fatal error: libubus.h: No such file or directory #include ^ compilation terminated. Signed-off-by: Florian Fainelli --- net/cgi-io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/cgi-io/Makefile') diff --git a/net/cgi-io/Makefile b/net/cgi-io/Makefile index c36231a12..3032ca49b 100644 --- a/net/cgi-io/Makefile +++ b/net/cgi-io/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgi-io -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0+ -- cgit v1.2.3