Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 920020 Details for
Bug 924632
dev-lang/go-1.22.0: Various Go packages fail to build with "-buildmode=pie requires external (cgo) linking, but cgo is not enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for containerd-2.0.2
file_924632.txt (text/plain), 504 bytes, created by
misterxx
on 2025-02-27 15:20:52 UTC
(
hide
)
Description:
Patch for containerd-2.0.2
Filename:
MIME Type:
Creator:
misterxx
Created:
2025-02-27 15:20:52 UTC
Size:
504 bytes
patch
obsolete
>--- /Makefile 2025-02-27 09:55:29.817958556 +0200 >+++ Makefile 2025-02-27 09:55:39.072092347 +0200 >@@ -33,7 +33,7 @@ > VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always) > REVISION=$(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi) > PACKAGE=github.com/containerd/containerd/v2 >-SHIM_CGO_ENABLED ?= 0 >+SHIM_CGO_ENABLED ?= 1 > > ifneq "$(strip $(shell command -v $(GO) 2>/dev/null))" "" > GOOS ?= $(shell $(GO) env GOOS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 924632
:
885018
|
906575
|
906576
|
913020
|
913021
|
913101
|
918936
| 920020 |
920700