diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.32.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.32.bb b/meta/recipes-core/glibc/glibc_2.32.bb index 7049e61625..2a0e464385 100644 --- a/meta/recipes-core/glibc/glibc_2.32.bb +++ b/meta/recipes-core/glibc/glibc_2.32.bb | |||
@@ -69,13 +69,15 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | |||
69 | --enable-stackguard-randomization \ | 69 | --enable-stackguard-randomization \ |
70 | --disable-crypt \ | 70 | --disable-crypt \ |
71 | --with-default-link \ | 71 | --with-default-link \ |
72 | --enable-nscd \ | ||
73 | ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \ | 72 | ${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \ |
74 | ${GLIBCPIE} \ | 73 | ${GLIBCPIE} \ |
75 | ${GLIBC_EXTRA_OECONF}" | 74 | ${GLIBC_EXTRA_OECONF}" |
76 | 75 | ||
77 | EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" | 76 | EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" |
78 | 77 | ||
78 | PACKAGECONFIG ??= "nscd" | ||
79 | PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" | ||
80 | |||
79 | do_patch_append() { | 81 | do_patch_append() { |
80 | bb.build.exec_func('do_fix_readlib_c', d) | 82 | bb.build.exec_func('do_fix_readlib_c', d) |
81 | } | 83 | } |