uwsgi-cgi: fix libcap detection
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 4 Jul 2018 17:00:33 +0000 (01:00 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 9 Jul 2018 03:33:55 +0000 (11:33 +0800)
commit77c2de7f35df94524ccb012172dd0ed0de7890ef
tree777e639edf619a8da01db6153fdf9a57b6ade8cd
parent19bde8da683bfee543b3815d0614e7bf900acda3
uwsgi-cgi: fix libcap detection

uwsgi-cgi's build system requires CPP to be set to avoid using include
path from the build system.  Otherwise it may wrongly detect
sys/capability.h of the host system and enables libcap support

CPP variable was once introduced into build system in 2017 but then
reverted in b957e45 ("rukes.mk: this patch broken grub2 builds")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/uwsgi-cgi/Makefile