From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/myodbc/
Date: Fri, 9 Jun 2017 18:21:24 +0000 (UTC) [thread overview]
Message-ID: <1497032477.472703f53f4a530931c923e3e04c9d5f681518ee.grknight@gentoo> (raw)
commit: 472703f53f4a530931c923e3e04c9d5f681518ee
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 9 18:20:43 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 18:21:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472703f5
dev-db/myodbc: Fix undefined references with gcc 5 std change
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-db/myodbc/myodbc-5.2.7-r1.ebuild | 5 ++++-
dev-db/myodbc/myodbc-5.2.7-r2.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-db/myodbc/myodbc-5.2.7-r1.ebuild b/dev-db/myodbc/myodbc-5.2.7-r1.ebuild
index aea3236e0f0..22819c507ce 100644
--- a/dev-db/myodbc/myodbc-5.2.7-r1.ebuild
+++ b/dev-db/myodbc/myodbc-5.2.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -43,6 +43,9 @@ src_prepare() {
epatch "${FILESDIR}/cmake-doc-path.patch" \
"${FILESDIR}/${PVR}-cxxlinkage.patch" \
"${FILESDIR}/${PV}-mariadb-dynamic-array.patch"
+
+ # Fix undefined references due to standards change
+ append-cflags -std=gnu89
}
multilib_src_configure() {
diff --git a/dev-db/myodbc/myodbc-5.2.7-r2.ebuild b/dev-db/myodbc/myodbc-5.2.7-r2.ebuild
index 24446560e0c..e475faca21e 100644
--- a/dev-db/myodbc/myodbc-5.2.7-r2.ebuild
+++ b/dev-db/myodbc/myodbc-5.2.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -46,6 +46,9 @@ src_prepare() {
"${FILESDIR}/${PV}-r1-cxxlinkage.patch" \
"${FILESDIR}/${PV}-mariadb-dynamic-array.patch" \
"${FILESDIR}/${PV}-my_malloc.patch"
+
+ # Fix undefined references due to standards change
+ append-cflags -std=gnu89
}
multilib_src_configure() {
next reply other threads:[~2017-06-09 18:21 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-09 18:21 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-06-13 15:00 [gentoo-commits] repo/gentoo:master commit in: dev-db/myodbc/ Brian Evans
2018-01-18 14:31 Brian Evans
2018-01-18 17:38 Brian Evans
2018-01-18 17:38 Brian Evans
2018-03-01 16:01 Brian Evans
2018-03-27 12:51 Brian Evans
2018-05-17 14:39 Brian Evans
2018-08-18 23:14 Mikle Kolyada
2018-08-21 0:09 Sergei Trofimovich
2018-08-24 1:40 Thomas Deutschmann
2019-08-17 13:48 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-08-28 11:17 Thomas Deutschmann
2020-02-15 12:15 Mikle Kolyada
2020-02-16 21:14 Thomas Deutschmann
2020-02-18 9:54 Agostino Sarubbo
2020-05-23 21:45 Thomas Deutschmann
2020-07-26 1:46 Thomas Deutschmann
2020-08-06 11:49 Agostino Sarubbo
2020-08-07 11:44 Agostino Sarubbo
2020-08-07 11:53 Agostino Sarubbo
2020-10-20 18:56 Thomas Deutschmann
2020-11-25 16:34 Thomas Deutschmann
2020-11-27 16:04 Agostino Sarubbo
2020-11-27 16:08 Agostino Sarubbo
2020-11-27 17:53 Thomas Deutschmann
2021-01-21 22:32 Thomas Deutschmann
2021-01-21 22:32 Thomas Deutschmann
2021-02-03 14:28 Agostino Sarubbo
2021-02-03 14:30 Agostino Sarubbo
2021-04-26 1:03 Thomas Deutschmann
2021-04-26 14:56 Thomas Deutschmann
2021-05-11 10:02 Agostino Sarubbo
2021-05-11 10:03 Agostino Sarubbo
2021-05-12 15:38 Thomas Deutschmann
2021-08-04 19:13 Thomas Deutschmann
2021-10-16 3:48 Sam James
2021-11-14 3:49 Thomas Deutschmann
2022-01-13 4:18 Sam James
2022-01-13 4:18 Sam James
2022-03-03 21:22 David Seifert
2022-04-23 2:09 Sam James
2023-12-14 4:12 Sam James
2024-04-24 19:08 Sam James
2024-09-16 23:55 Jakov Smolić
2024-09-16 23:55 Jakov Smolić
2024-09-23 20:16 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497032477.472703f53f4a530931c923e3e04c9d5f681518ee.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox