mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
96ba860bf0
commit
7cb63ac10f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'containerd'
|
# Template file for 'containerd'
|
||||||
pkgname=containerd
|
pkgname=containerd
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
go_import_path=github.com/containerd/containerd/v2
|
go_import_path=github.com/containerd/containerd/v2
|
||||||
|
@ -26,6 +26,7 @@ make_dirs="/var/lib/containerd 0755 root root"
|
||||||
|
|
||||||
# Cross builds fail with -fuse-ld=gold
|
# Cross builds fail with -fuse-ld=gold
|
||||||
LDFLAGS="-fuse-ld=bfd"
|
LDFLAGS="-fuse-ld=bfd"
|
||||||
|
export GOFLAGS="-buildmode=pie"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
# Build the man pages
|
# Build the man pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue