mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 11:04:18 +02:00
fixes build with utmps 0.1.3.0 and skalibs 2.14.4.0 unblocks Go 1.24.3 rebuild for s390x and allows it to upload testing
11 lines
267 B
Diff
11 lines
267 B
Diff
--- a/vendor/github.com/ericwq/goutmp/goutmp_musl_linux.go
|
|
+++ b/vendor/github.com/ericwq/goutmp/goutmp_musl_linux.go
|
|
@@ -7,7 +7,7 @@
|
|
package goutmp
|
|
|
|
/*
|
|
-#cgo pkg-config: utmps skalibs
|
|
+#cgo pkg-config: libutmps libskarnet
|
|
|
|
#include <pwd.h>
|
|
#include <stdint.h>
|