Skip to content

Commit

Permalink
glibc: Enable fortify sources by defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Aug 1, 2023
1 parent 6099dc6 commit 1b730e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/recipes-core/glibc/glibc_2.38.bb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--disable-crypt \
--with-default-link \
--disable-werror \
--enable-fortify-source \
${@bb.utils.contains_any('SELECTED_OPTIMIZATION', '-O0 -Og', '--disable-werror', '', d)} \
${GLIBCPIE} \
${GLIBC_EXTRA_OECONF}"
Expand Down

0 comments on commit 1b730e2

Please sign in to comment.