diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.37.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.37.bb b/meta/recipes-core/glibc/glibc_2.37.bb index 762a2793ad..b27f98fb19 100644 --- a/meta/recipes-core/glibc/glibc_2.37.bb +++ b/meta/recipes-core/glibc/glibc_2.37.bb | |||
| @@ -74,6 +74,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | |||
| 74 | --enable-stack-protector=strong \ | 74 | --enable-stack-protector=strong \ |
| 75 | --disable-crypt \ | 75 | --disable-crypt \ |
| 76 | --with-default-link \ | 76 | --with-default-link \ |
| 77 | --disable-werror \ | ||
| 77 | ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \ | 78 | ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \ |
| 78 | ${GLIBCPIE} \ | 79 | ${GLIBCPIE} \ |
| 79 | ${GLIBC_EXTRA_OECONF}" | 80 | ${GLIBC_EXTRA_OECONF}" |
