mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
4284e22ecc
commit
d486048e15
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user