dev-db/unixODBC: build w/ -std=gnu17

Bug: https://bugs.gentoo.org/965105
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki 2025-11-22 23:12:31 +01:00
parent 4284e22ecc
commit d486048e15
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB

View File

@ -3,7 +3,7 @@
EAPI=8
inherit multilib-minimal
inherit flag-o-matic multilib-minimal
DESCRIPTION="Complete ODBC driver manager"
HOMEPAGE="https://www.unixodbc.org/"
@ -35,6 +35,9 @@ multilib_src_configure() {
export LEX=flex
unset YACC
# bug #965105
append-cflags -std=gnu17
# --enable-driver-conf is --enable-driverc as per configure.in
local myeconfargs=(
--cache-file="${BUILD_DIR}"/config.cache