sysutils/grafana: register removal of old patch

This commit is contained in:
lraab 2022-06-28 21:29:46 +00:00
parent 3682f5e641
commit a8ca29fc0b

View File

@ -1,12 +0,0 @@
Index: build.go
--- build.go.orig
+++ build.go
@@ -343,7 +343,7 @@ func setBuildEnv() {
os.Setenv("GOARCH", goarch)
}
if goarch == "386" {
- os.Setenv("GO386", "387")
+ os.Setenv("GO386", "softfloat")
}
if cgo {
os.Setenv("CGO_ENABLED", "1")