build: Allow overwrite of BUILDTAGS variable

Signed-off-by: Mikkel Oscar Lyderik Larsen <m@moscar.net>
This commit is contained in:
Mikkel Oscar Lyderik Larsen 2017-08-05 12:20:04 +02:00
parent ef6e1e93f1
commit a747fa0c00
No known key found for this signature in database
GPG Key ID: 50AD98B2A0D8D4EF
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ LIBEXECDIR ?= ${PREFIX}/libexec
MANDIR ?= ${PREFIX}/share/man
ETCDIR ?= ${DESTDIR}/etc
ETCDIR_CRIO ?= ${ETCDIR}/crio
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)
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
GIT_COMMIT := $(shell git rev-parse --short HEAD)