dev-libs/cyrus-sasl: Sync with Gentoo

It's from Gentoo commit 68619c3afb0e8b75274a52ce66104e73ddbba65f.
This commit is contained in:
Flatcar Buildbot 2024-09-02 07:13:31 +00:00 committed by Krzesimir Nowak
parent 8015b0a605
commit 86b7aff0e6
2 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,9 @@ src_prepare() {
src_configure() {
export CC_FOR_BUILD="$(tc-getBUILD_CC)"
# Fails with C23 because of decls
append-flags -std=gnu17
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/894684
# https://github.com/cyrusimap/cyrus-sasl/pull/771

View File

@ -63,6 +63,9 @@ src_prepare() {
src_configure() {
export CC_FOR_BUILD="$(tc-getBUILD_CC)"
# Fails with C23 because of decls
append-flags -std=gnu17
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/894684
# https://github.com/cyrusimap/cyrus-sasl/pull/771