summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 11:21:40 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-07-24 11:21:40 +0200
commit25150dd5efb5068271ec64b184ea8db875dd5d56 (patch)
tree387a81aacc1809eacc94f0251eeda853863341b1
parentaf75ced9b9a831a5e2fa0ba8732d9a305f374507 (diff)
downloadDistroKit-25150dd5efb5068271ec64b184ea8db875dd5d56.tar.gz
DistroKit-25150dd5efb5068271ec64b184ea8db875dd5d56.tar.xz
libcap: don't build gperf and golang
This patch is taken from b5b016c09863783f69d97dd206d03ffaed225168 and can be removed together with the two previous patches after ptxdist-2020.08.0. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/libcap.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/libcap.make b/rules/libcap.make
index 61fd79b..e4f52b4 100644
--- a/rules/libcap.make
+++ b/rules/libcap.make
@@ -35,6 +35,8 @@ LIBCAP_MAKE_OPT := \
DYNAMIC=yes \
LIBATTR=$(call ptx/yesno, PTXCONF_LIBCAP_SETCAP) \
lib=lib \
+ BUILD_GPERF=no \
+ GOLANG=no \
CC=$(CROSS_CC) \
BUILD_CC=$(HOSTCC)