Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 906575 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 with CGO_ENABLED=1
containerd-1.7.22.patch (text/plain), 486 bytes, created by
powerN00b
on 2024-10-21 19:50:27 UTC
(
hide
)
Description:
patch with CGO_ENABLED=1
Filename:
MIME Type:
Creator:
powerN00b
Created:
2024-10-21 19:50:27 UTC
Size:
486 bytes
patch
obsolete
>--- /Makefile 2024-10-21 06:58:29.817958556 +0200 >+++ Makefile 2024-10-21 07:03: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 >-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