From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/ponyprog/
Date: Wed, 13 Mar 2024 21:04:40 +0000 (UTC) [thread overview]
Message-ID: <1710363846.e67f79a47f2313b36978783d2d7d2c0bc0b2a13c.sam@gentoo> (raw)
commit: e67f79a47f2313b36978783d2d7d2c0bc0b2a13c
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 13 18:26:18 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 21:04:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67f79a4
dev-embedded/ponyprog: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/855272
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-embedded/ponyprog/ponyprog-3.1.3.ebuild | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
index 2c1f2fd622c7..374c8ea1eee5 100644
--- a/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
+++ b/dev-embedded/ponyprog/ponyprog-3.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit cmake udev
+inherit cmake flag-o-matic udev
DESCRIPTION="EEPROM and microcontroller programmer/flasher"
HOMEPAGE="https://github.com/lancos/ponyprog/"
@@ -31,6 +31,15 @@ RDEPEND="${DEPEND}
PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )
+src_configure() {
+ # -Werror=odr
+ # https://bugs.gentoo.org/855272
+ # https://github.com/lancos/ponyprog/issues/28
+ filter-lto
+
+ cmake_src_configure
+}
+
pkg_postinst() {
udev_reload
next reply other threads:[~2024-03-13 21:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-13 21:04 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-23 20:32 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/ponyprog/ Andreas Sturmlechner
2023-04-22 14:28 Sam James
2023-04-22 8:50 Arthur Zamarin
2023-04-22 8:25 Viorel Munteanu
2022-05-02 12:08 Joonas Niilola
2022-04-10 21:11 Jonas Stein
2021-10-05 7:47 Jakov Smolić
2021-10-05 6:46 Agostino Sarubbo
2021-10-04 11:01 Agostino Sarubbo
2021-03-08 10:26 Sam James
2021-03-08 10:25 Sam James
2018-04-16 21:12 David Seifert
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=1710363846.e67f79a47f2313b36978783d2d7d2c0bc0b2a13c.sam@gentoo \
--to=sam@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