Skip to content

Commit

Permalink
sys-fs/gfs2-utils: avoid adding -D_FORTIFY_SOURCE=2 to CPPFLAGS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/944282
Signed-off-by: Alexander Golubev <[email protected]>
  • Loading branch information
Fat-Zer committed Nov 22, 2024
1 parent 6c67197 commit 463dedc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ src_prepare() {
eapply "${FILESDIR}"/gfs2_withdraw_helper.patch
eapply "${FILESDIR}"/python3.patch

sed -i '/^CFLAGS=/s!\$\(GDB_FLAGS\|OPT_CFLAGS\)\s*!!g' configure.ac || die
sed -e '/^CFLAGS=/s!\s*\$\(GDB_FLAGS\|OPT_CFLAGS\)!!g' \
-e '/^CPPFLAGS=/s!\s*\$OPT_CPPFLAGS!!' \
-i configure.ac || die

default

Expand Down

0 comments on commit 463dedc

Please sign in to comment.