Skip to content

Commit dc3b6f4

Browse files
author
Mrunal Patel
authored
Merge pull request cri-o#734 from mikkeloscar/buildtags-var
build: Allow overwrite of BUILDTAGS variable
2 parents ef6e1e9 + a747fa0 commit dc3b6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LIBEXECDIR ?= ${PREFIX}/libexec
1111
MANDIR ?= ${PREFIX}/share/man
1212
ETCDIR ?= ${DESTDIR}/etc
1313
ETCDIR_CRIO ?= ${ETCDIR}/crio
14-
BUILDTAGS := selinux seccomp $(shell hack/btrfs_tag.sh) $(shell hack/libdm_tag.sh)
14+
BUILDTAGS ?= selinux seccomp $(shell hack/btrfs_tag.sh) $(shell hack/libdm_tag.sh)
1515
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
1616

1717
GIT_COMMIT := $(shell git rev-parse --short HEAD)

0 commit comments

Comments
 (0)