mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
dev-libs/cyrus-sasl: Sync with Gentoo
It's from Gentoo commit 68619c3afb0e8b75274a52ce66104e73ddbba65f.
This commit is contained in:
parent
8015b0a605
commit
86b7aff0e6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user