dev-libs/libgcrypt: Sync with Gentoo

It's from Gentoo commit 769b35fa7f202a8efd749d69615fd6bb423b2361.
This commit is contained in:
Flatcar Buildbot 2025-08-04 07:13:01 +00:00 committed by Krzesimir Nowak
parent 45e59762a3
commit 8fcb27ebc7

View File

@ -101,6 +101,9 @@ src_configure() {
# least solve it the ebuild see https://bugs.gentoo.org/959349
use x86 && filter-flags -mfpmath=sse
# Temporary workaround for build failures with gcc-15, see bug 951267
append-cflags -std=gnu17
# Hardcodes the path to FGREP in libgcrypt-config
export ac_cv_path_SED="sed"
export ac_cv_path_EGREP="grep -E"