minio: Disable on mips

It does not build due to CGO building in shared mode and needing PIC
but somewhere it needs to be fixed to build. Until then disable it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-12-05 19:44:38 -08:00
parent 8c58f419c2
commit 590de153e6
+2 -1
View File
@@ -24,7 +24,8 @@ PV = "${SRCREV_mc}"
inherit go inherit go
inherit goarch inherit goarch
CGO_LDFLAGS:append:mips = " -no-pie" # | ./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
COMPATIBLE_HOST:mips = "null"
DEPENDS += "rsync-native" DEPENDS += "rsync-native"