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 2cbb5fe + b4fc9cd commit 708b349Copy full SHA for 708b349
Makefile
@@ -119,7 +119,7 @@ GOFLAGS ?= -trimpath
119
LDFLAGS_PODMAN ?= \
120
$(if $(GIT_COMMIT),-X $(LIBPOD)/define.gitCommit=$(GIT_COMMIT),) \
121
$(if $(BUILD_INFO),-X $(LIBPOD)/define.buildInfo=$(BUILD_INFO),) \
122
- $(if $(BUILD_ORIGIN),-X $(LIBPOD)/define.buildOrigin=$(BUILD_ORIGIN),) \
+ $(if $(BUILD_ORIGIN),-X "$(LIBPOD)/define.buildOrigin=$(BUILD_ORIGIN)",) \
123
-X $(LIBPOD)/config._installPrefix=$(PREFIX) \
124
-X $(LIBPOD)/config._etcDir=$(ETCDIR) \
125
-X $(PROJECT)/v5/pkg/systemd/quadlet._binDir=$(BINDIR) \
0 commit comments