summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2025-11-22 23:12:31 +0100
committerConrad Kostecki <conikost@gentoo.org>2025-11-22 23:12:31 +0100
commitd486048e159bb3dc38d1f0a75c3c4cc16dba23de (patch)
tree796b792ebae91f2c75c5e0e2a5d341961ea31c1c /dev-db
parent4284e22ecc1301d4b0e76924f39be9bb09c23094 (diff)
downloadgentoo-d486048e159bb3dc38d1f0a75c3c4cc16dba23de.tar.gz
gentoo-d486048e159bb3dc38d1f0a75c3c4cc16dba23de.tar.bz2
gentoo-d486048e159bb3dc38d1f0a75c3c4cc16dba23de.zip
dev-db/unixODBC: build w/ -std=gnu17
Bug: https://bugs.gentoo.org/965105 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/unixODBC/unixODBC-2.3.14.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.3.14.ebuild b/dev-db/unixODBC/unixODBC-2.3.14.ebuild
index 81a8cad113c4..e682711a638e 100644
--- a/dev-db/unixODBC/unixODBC-2.3.14.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.14.ebuild
@@ -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