summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 10:53:26 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 10:53:26 +0200
commitc84ba5630567a858e864b33886e86a457821eed5 (patch)
treedccce7974c9ca0c85aed3836f0a63a50abdfbdfc
parent170791abd2756d92d03e87382a20628cb39d6af0 (diff)
downloadDistroKit-c84ba5630567a858e864b33886e86a457821eed5.tar.gz
DistroKit-c84ba5630567a858e864b33886e86a457821eed5.tar.xz
host-libcap: add upstream patch to disable go bindings
Add patch from a986feb514bd7ff6c75d0fb7a3fc7ea3b0169f44; this patch and the previous one can be dropped again after ptxdist-2020.08.0. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/host-libcap.make10
1 files changed, 9 insertions, 1 deletions
diff --git a/rules/host-libcap.make b/rules/host-libcap.make
index 61df847..2faae99 100644
--- a/rules/host-libcap.make
+++ b/rules/host-libcap.make
@@ -16,7 +16,15 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBCAP) += host-libcap
# Prepare
# ----------------------------------------------------------------------------
-HOST_LIBCAP_MAKE_OPT := prefix= BUILD_GPERF=no PAM_CAP=no LIBATTR=no DYNAMIC=yes lib=lib
+HOST_LIBCAP_MAKE_OPT := \
+ prefix= \
+ lib=lib \
+ BUILD_GPERF=no \
+ PAM_CAP=no \
+ GOLANG=no \
+ LIBATTR=no \
+ DYNAMIC=yes
+
HOST_LIBCAP_INSTALL_OPT := $(HOST_LIBCAP_MAKE_OPT) RAISE_SETFCAP=no install
# vim: syntax=make