diff options
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.3.1.bb b/meta/recipes-core/zlib/zlib_1.3.1.bb index 486431dfff..e62c50c5df 100644 --- a/meta/recipes-core/zlib/zlib_1.3.1.bb +++ b/meta/recipes-core/zlib/zlib_1.3.1.bb | |||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b | |||
19 | # to PREMIRRORS so it is also searched automatically. | 19 | # to PREMIRRORS so it is also searched automatically. |
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" | 22 | CFLAGS += "-D_REENTRANT -fPIE" |
23 | 23 | ||
24 | RDEPENDS:${PN}-ptest += "make" | 24 | RDEPENDS:${PN}-ptest += "make" |
25 | 25 | ||