summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/minio/minio_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/minio/minio_git.bb b/meta-oe/recipes-extended/minio/minio_git.bb
index e88ea632f6..63451e883d 100644
--- a/meta-oe/recipes-extended/minio/minio_git.bb
+++ b/meta-oe/recipes-extended/minio/minio_git.bb
@@ -24,7 +24,8 @@ PV = "${SRCREV_mc}"
24inherit go 24inherit go
25inherit goarch 25inherit goarch
26 26
27CGO_LDFLAGS:append:mips = " -no-pie" 27# | ./github.com/minio/mc/main.go:27:(.text+0xd258b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC
28COMPATIBLE_HOST:mips = "null"
28 29
29DEPENDS += "rsync-native" 30DEPENDS += "rsync-native"
30 31