public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/ovpn-dco/
Date: Sat, 10 Jun 2023 20:51:24 +0000 (UTC)	[thread overview]
Message-ID: <1686430261.1cd1ff662fd84f3f45d9bb238ede6d29ff83a75d.williamh@gentoo> (raw)

commit:     1cd1ff662fd84f3f45d9bb238ede6d29ff83a75d
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 20:49:28 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 20:51:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd1ff66

net-vpn/ovpn-dco: build fix

We need to filter out the -fomit-frame-pointer cflag since this builds
with -pg.

Closes: https://bugs.gentoo.org/907744
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild b/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild
index 6f65a6aff59c..fb761cca9d7c 100644
--- a/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild
+++ b/net-vpn/ovpn-dco/ovpn-dco-0.2.20230426.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit linux-mod
+inherit flag-o-matic linux-mod
 
 DESCRIPTION="OpenVPN Data Channel Offload in the linux kernel"
 HOMEPAGE="https://github.com/OpenVPN/ovpn-dco"
@@ -37,6 +37,13 @@ pkg_setup() {
 	linux-mod_pkg_setup
 }
 
+src_configure() {
+	# Causes build failures because it builds with -pg,
+	# bug #907744
+	filter-flags -fomit-frame-pointer
+	default
+}
+
 src_compile() {
 	BUILD_PARAMS+=" KERNEL_SRC='${KERNEL_DIR}'"
 	[[ ${PV} != 9999 ]] && BUILD_PARAMS+=" REVISION='${PV}'"


             reply	other threads:[~2023-06-10 20:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-10 20:51 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20 20:16 [gentoo-commits] repo/gentoo:master commit in: net-vpn/ovpn-dco/ Arthur Zamarin
2024-01-12  8:35 Arthur Zamarin
2024-01-05  8:13 Sam James
2023-12-22  5:14 Ionen Wolkens
2023-12-19  5:19 Sam James
2023-12-14  4:15 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-12-10  1:38 Ionen Wolkens
2023-08-16 22:06 William Hubbs
2023-06-30  6:35 Arthur Zamarin
2023-06-30  6:35 Arthur Zamarin
2023-06-30  2:38 Sam James
2023-06-29 11:27 Sam James
2023-06-29 11:27 Sam James
2023-06-13 18:25 Arthur Zamarin
2023-06-13 18:12 Arthur Zamarin
2023-06-13 17:58 Arthur Zamarin
2023-06-10 20:57 William Hubbs
2023-06-03  7:41 WANG Xuerui
2023-06-03  7:41 WANG Xuerui
2023-05-30 12:17 Yixun Lan
2023-05-29 23:32 William Hubbs

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=1686430261.1cd1ff662fd84f3f45d9bb238ede6d29ff83a75d.williamh@gentoo \
    --to=williamh@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