Update podman.Makefile.UDM-SE.patch

This commit is contained in:
John Dorman
2023-03-06 23:09:50 -08:00
committed by GitHub
parent d5da06d2e9
commit 68454f900f

View File

@ -39,7 +39,7 @@ diff --git a/Makefile b/Makefile
GOOS="$${TARGET%%.*}"; \
GOARCH="$${TARGET##*.}"; \
- CGO_ENABLED=0 \
+ CGO_ENABLED1 \
+ CGO_ENABLED=1 \
$(GO) build \
$(BUILDFLAGS) \
$(GO_LDFLAGS) '$(LDFLAGS_PODMAN)' \