diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-27 13:24:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 13:24:56 -0400 |
commit | 8cd2f2fb80b26dc54bbb1f43ec44df16dee8f01b (patch) | |
tree | e4630311dc229fb1871f83e9769089f71b9537aa /Makefile | |
parent | 266a3892f25d8cee508f421e718ba6f135ff7123 (diff) | |
parent | db60a1e654d2212fcc36145cf5e4ba0dd74ce622 (diff) | |
download | podman-8cd2f2fb80b26dc54bbb1f43ec44df16dee8f01b.tar.gz podman-8cd2f2fb80b26dc54bbb1f43ec44df16dee8f01b.tar.bz2 podman-8cd2f2fb80b26dc54bbb1f43ec44df16dee8f01b.zip |
Merge pull request #11339 from rhatdan/subid
Add support for libsubid
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ BUILDTAGS ?= \ $(shell hack/btrfs_tag.sh) \ $(shell hack/selinux_tag.sh) \ $(shell hack/systemd_tag.sh) \ + $(shell hack/libsubid_tag.sh) \ exclude_graphdriver_devicemapper \ seccomp PYTHON ?= $(shell command -v python3 python|head -n1) |