blob: 43abe10797e42fbe8584cb5530b6b16707fa5789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
don't add seccomp buildtag for all, instead only add it in ebuild if +seccomp
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,6 @@
$(shell hack/btrfs_tag.sh) \
$(shell hack/systemd_tag.sh) \
$(shell hack/libsubid_tag.sh) \
- $(if $(filter linux,$(GOOS)), seccomp,)
# allow downstreams to easily add build tags while keeping our defaults
BUILDTAGS += ${EXTRA_BUILDTAGS}
# N/B: This value is managed by Renovate, manual changes are
|