From f5bc56b5e595a4135cd4b03c6b083d3e03f24a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20B=C3=A9rat?= Date: Thu, 6 Jul 2023 14:20:58 +0200 Subject: [PATCH] Enable fortify source Enable fortify source on the GNU C Library, which got included in the last sync. --- glibc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index dfcefe2..f007c53 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1207,7 +1207,8 @@ build() %endif --disable-crypt \ --disable-build-nscd \ - --disable-nscd || + --disable-nscd \ + --enable-fortify-source || { cat config.log; false; } # We enable DT_GNU_HASH and DT_HASH for ld.so and DSOs to improve @@ -2213,6 +2214,7 @@ update_gconv_modules_cache () %changelog * Thu Jul 06 2023 Frédéric Bérat - 2.37.9000-16 +- Add "--enable-fortify-source" option to configure - Auto-sync with upstream branch master, commit 5324d258427fd11ca0f4f595c94016e568b26d6b. - fileops: Don't process ,ccs= as individual mode flags (BZ#18906)