1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/testing/aprilsh/fix-redefinition-struct-utmpx.patch
Celeste 3644933c88 testing/aprilsh: fix pkg-config usage & redefinition of struct utmpx
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
2025-05-12 04:00:27 +00:00

11 lines
276 B
Diff

--- a/vendor/github.com/ericwq/goutmp/goutmp_musl_linux.go
+++ b/vendor/github.com/ericwq/goutmp/goutmp_musl_linux.go
@@ -19,7 +19,7 @@ package goutmp
#include <unistd.h>
#include <utmps/utmps.h>
-#include <lastlog.h>
+#include <utmps/utmp.h>
// typedef char char_t;