We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6e1e9 + a747fa0 commit dc3b6f4Copy full SHA for dc3b6f4
Makefile
@@ -11,7 +11,7 @@ LIBEXECDIR ?= ${PREFIX}/libexec
11
MANDIR ?= ${PREFIX}/share/man
12
ETCDIR ?= ${DESTDIR}/etc
13
ETCDIR_CRIO ?= ${ETCDIR}/crio
14
-BUILDTAGS := selinux seccomp $(shell hack/btrfs_tag.sh) $(shell hack/libdm_tag.sh)
+BUILDTAGS ?= selinux seccomp $(shell hack/btrfs_tag.sh) $(shell hack/libdm_tag.sh)
15
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
16
17
GIT_COMMIT := $(shell git rev-parse --short HEAD)
0 commit comments