package/libcap: disable GOLANG
authorTian Yuanhao <tianyuanhao@aliyun.com>
Mon, 31 Aug 2020 02:16:41 +0000 (10:16 +0800)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 9 Sep 2020 20:38:23 +0000 (22:38 +0200)
commit3daacfa65bf1e5bf861736b45e3112c8cd2c3f00
tree7c4c1e60c8c0fc807ac74b253d203980072627ea
parent4c77dca5503a40148ffbc177e5edd4cc6d093a0d
package/libcap: disable GOLANG

Recently, the go infrastructure has changed, and libcap has been
upgraded to 2.42. libcap introduced golang in 2.28, see:

https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/commit/Make.Rules?id=0615d996379dceedefcd65a114f93fefd81c208f

When you compile host-go and then compile host-libcap, GOLANG will be
automatically set to yes. Because libcap.mk lacks golang support,
compilation will fail.

Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
Tested-by: Joseph Kogut <joseph.kogut@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libcap/libcap.mk