diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-06 10:29:48 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-06 22:49:31 +0000 |
commit | 4fc9966a33ed4f82e6c10f3dc518326fa1063cde (patch) | |
tree | 27cd613d0d646b0501c6974607213345c6ae0d98 /net-firewall | |
parent | sys-apps/acl: remove usr-ldscript support (diff) | |
download | gentoo-4fc9966a33ed4f82e6c10f3dc518326fa1063cde.tar.gz gentoo-4fc9966a33ed4f82e6c10f3dc518326fa1063cde.tar.bz2 gentoo-4fc9966a33ed4f82e6c10f3dc518326fa1063cde.zip |
net-firewall/iptables: remove usr-ldscript support
Per news item 2024-01-05-usr-initramfs, we no longer support this use
case. It is fragile and hacky and leads to bizarre forms of load errors.
The functionality is, despite being called "split-usr", not really about
split-usr at all.
[sam: Add bug #332175 and bug #498878 ref.]
Bug: https://bugs.gentoo.org/332175
Bug: https://bugs.gentoo.org/498878
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.9-r2.ebuild (renamed from net-firewall/iptables/iptables-1.8.9-r1.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-firewall/iptables/iptables-1.8.9-r1.ebuild b/net-firewall/iptables/iptables-1.8.9-r2.ebuild index 44f377b5bfab..1c867f287d83 100644 --- a/net-firewall/iptables/iptables-1.8.9-r1.ebuild +++ b/net-firewall/iptables/iptables-1.8.9-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit systemd toolchain-funcs autotools flag-o-matic usr-ldscript +inherit systemd toolchain-funcs autotools flag-o-matic DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="https://www.netfilter.org/projects/iptables/" @@ -131,9 +131,6 @@ src_install() { systemd_dounit "${FILESDIR}"/systemd/ip{,6}tables-{re,}store.service - # Move important libs to /lib, bug #332175 - gen_usr_ldscript -a ip{4,6}tc xtables - find "${ED}" -type f -name "*.la" -delete || die } |