diff options
author | Michal Privoznik <michal.privoznik@gmail.com> | 2024-08-30 09:43:40 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-08-31 10:53:03 -0700 |
commit | dd01dfed9af62b7f5c729bf3978108fae9c541d7 (patch) | |
tree | 4b9e46dc36cbe022aecc68f26fde7083b9a4d6fc /net-misc/passt | |
parent | dev-libs/grantlee: Restrict tests, package unmaintained upstream (diff) | |
download | gentoo-dd01dfed9af62b7f5c729bf3978108fae9c541d7.tar.gz gentoo-dd01dfed9af62b7f5c729bf3978108fae9c541d7.tar.bz2 gentoo-dd01dfed9af62b7f5c729bf3978108fae9c541d7.zip |
net-misc/passt: Don't apply Makefile-2024.03.20.patch on live ebuild
The passt's Makefile was changed so that it no longed enables
_FORTIFY_SOURCE explicitly [1]. This means, the patch that's
applied on top can be dropped.
1: https://passt.top/passt/commit/?id=38363964fc96008761195984c989b036227e0e5c
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
From: https://github.com/gentoo/gentoo/pull/38342
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/passt')
-rw-r--r-- | net-misc/passt/passt-9999.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-misc/passt/passt-9999.ebuild b/net-misc/passt/passt-9999.ebuild index 37ba4d13c25f..056444e46eba 100644 --- a/net-misc/passt/passt-9999.ebuild +++ b/net-misc/passt/passt-9999.ebuild @@ -23,10 +23,6 @@ LICENSE="BSD GPL-2+" SLOT="0" IUSE="static" -PATCHES=( - "${FILESDIR}"/Makefile-2024.03.20.patch -) - src_prepare() { default tc-export CC |