diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-11-15 18:26:44 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-11-15 18:26:44 +0300 |
commit | 13a3eb076dd1b4ebd058333275c0363c7632f761 (patch) | |
tree | 6361a4e64eb262927ce9ec3843bbdfdabc4a3ad5 /net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild | |
parent | net-firewall/ipt_netflow: respect OBJDUMP and LD variables (diff) | |
download | gentoo-13a3eb076dd1b4ebd058333275c0363c7632f761.tar.gz gentoo-13a3eb076dd1b4ebd058333275c0363c7632f761.tar.bz2 gentoo-13a3eb076dd1b4ebd058333275c0363c7632f761.zip |
net-firewall/ipt_netflow: backport some fixes for recent kernels
Reported-by: Agostino Sarubbo <ago@gentoo.org>
Closes: https://bugs.gentoo.org/738062
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild index 8fd0b2ad8ee8..8fa83402adaa 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-2.0-configure.patch" # bug #455984 "${FILESDIR}/${PN}-2.5-gentoo.patch" + "${FILESDIR}/${P}-vlan_dev_priv.patch" ) pkg_setup() { |