public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/etherdfs/
Date: Sat, 22 Apr 2023 23:53:53 +0000 (UTC)	[thread overview]
Message-ID: <1682207606.10c7da898e0459c383c54c8e88cba0c84b861b71.conikost@gentoo> (raw)

commit:     10c7da898e0459c383c54c8e88cba0c84b861b71
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 22:53:33 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 23:53:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c7da89

net-misc/etherdfs: don' redefine FORTIFY_SOURCE

Closes: https://bugs.gentoo.org/895798
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../{etherdfs-20180203-r2.ebuild => etherdfs-20180203-r3.ebuild}     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/etherdfs/etherdfs-20180203-r2.ebuild b/net-misc/etherdfs/etherdfs-20180203-r3.ebuild
similarity index 87%
rename from net-misc/etherdfs/etherdfs-20180203-r2.ebuild
rename to net-misc/etherdfs/etherdfs-20180203-r3.ebuild
index 50c020777f6f..9a2e486674b4 100644
--- a/net-misc/etherdfs/etherdfs-20180203-r2.ebuild
+++ b/net-misc/etherdfs/etherdfs-20180203-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,7 +35,8 @@ src_prepare() {
 	default
 
 	# Respect users LDFLAGS
-	sed -e 's/$(CFLAGS)/& $(LDFLAGS)/' -i Makefile || die
+	# Don't redefine FORTIFY_SOURCE
+	sed -e 's/$(CFLAGS)/& $(LDFLAGS)/' -e 's/-D_FORTIFY_SOURCE=1//g' -i Makefile || die
 }
 
 src_compile() {


             reply	other threads:[~2023-04-22 23:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22 23:53 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-16 23:22 [gentoo-commits] repo/gentoo:master commit in: net-misc/etherdfs/ Conrad Kostecki
2020-06-29 13:40 Agostino Sarubbo
2020-05-25 11:17 Conrad Kostecki
2020-05-25 11:17 Conrad Kostecki

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=1682207606.10c7da898e0459c383c54c8e88cba0c84b861b71.conikost@gentoo \
    --to=conikost@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