aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-28 18:41:28 -0500
committerGitHub <noreply@github.com>2022-02-28 18:41:28 -0500
commit4c529529bd19c3cc73f630f39bb2b8df68374ad3 (patch)
tree119fc94c898b87e2235ec50aede6497ac6ec6fb2 /Makefile
parentc39dffe83db9fa3cfa6897b971956821f1bbcce2 (diff)
parent2e14c72707afc1625874b5fd4367b0bc418994a1 (diff)
downloadpodman-4c529529bd19c3cc73f630f39bb2b8df68374ad3.tar.gz
podman-4c529529bd19c3cc73f630f39bb2b8df68374ad3.tar.bz2
podman-4c529529bd19c3cc73f630f39bb2b8df68374ad3.zip
Merge pull request #13372 from ashley-cui/binarypath
Allow setting binarypath from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb230d8e9..a62e95aab 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,7 @@ LDFLAGS_PODMAN ?= \
-X $(LIBPOD)/define.buildInfo=$(BUILD_INFO) \
-X $(LIBPOD)/config._installPrefix=$(PREFIX) \
-X $(LIBPOD)/config._etcDir=$(ETCDIR) \
+ -X github.com/containers/common/pkg/config.additionalHelperBinariesDir=$(HELPER_BINARIES_DIR)\
$(EXTRA_LDFLAGS)
LDFLAGS_PODMAN_STATIC ?= \
$(LDFLAGS_PODMAN) \