diff options
| -rw-r--r-- | meta-oe/recipes-extended/minio/minio_git.bb | 3 |
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}" | |||
| 24 | inherit go | 24 | inherit go |
| 25 | inherit goarch | 25 | inherit goarch |
| 26 | 26 | ||
| 27 | CGO_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 |
| 28 | COMPATIBLE_HOST:mips = "null" | ||
| 28 | 29 | ||
| 29 | DEPENDS += "rsync-native" | 30 | DEPENDS += "rsync-native" |
| 30 | 31 | ||
