diff options
| -rw-r--r-- | meta/recipes-core/zlib/zlib_1.3.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.3.1.bb b/meta/recipes-core/zlib/zlib_1.3.1.bb index e62c50c5df..a313e5aed1 100644 --- a/meta/recipes-core/zlib/zlib_1.3.1.bb +++ b/meta/recipes-core/zlib/zlib_1.3.1.bb | |||
| @@ -20,6 +20,9 @@ SRC_URI[sha256sum] = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b | |||
| 20 | PREMIRRORS:append = " https://zlib.net/ https://zlib.net/fossils/" | 20 | PREMIRRORS:append = " https://zlib.net/ https://zlib.net/fossils/" |
| 21 | 21 | ||
| 22 | CFLAGS += "-D_REENTRANT -fPIE" | 22 | CFLAGS += "-D_REENTRANT -fPIE" |
| 23 | # zlib does not build with lld, keep it until https://github.com/madler/zlib/pull/936 | ||
| 24 | # is addressed | ||
| 25 | LDFLAGS:append = " -fuse-ld=bfd" | ||
| 23 | 26 | ||
| 24 | RDEPENDS:${PN}-ptest += "make" | 27 | RDEPENDS:${PN}-ptest += "make" |
| 25 | 28 | ||
