diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2020-11-15 17:58:59 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2020-11-15 18:05:12 +0300 |
commit | d68a0171e98ec09a53dd65f3385d9cf408d6dedc (patch) | |
tree | fe4f38628f4e5a3cc3897135dbc27046ffe1158d /net-firewall | |
parent | net-firewall/ipt_netflow: drop old (diff) | |
download | gentoo-d68a0171e98ec09a53dd65f3385d9cf408d6dedc.tar.gz gentoo-d68a0171e98ec09a53dd65f3385d9cf408d6dedc.tar.bz2 gentoo-d68a0171e98ec09a53dd65f3385d9cf408d6dedc.zip |
net-firewall/ipt_netflow: respect OBJDUMP and LD variables
Repoted-by: Agostino Sarubbo <ago@gentoo.org>
Closes: https://bugs.gentoo.org/738060
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-2.5.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild index c3bec366b466..e36de51a30c8 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild @@ -92,7 +92,7 @@ src_configure() { } src_compile() { - emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" all + emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" LD="$(tc-getLD)" OBJDUMP="$(tc-getOBJDUMP)" all } src_install() { 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 637824868f6f..8fd0b2ad8ee8 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 @@ -91,7 +91,7 @@ src_configure() { } src_compile() { - emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" all + emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" LD="$(tc-getLD)" OBJDUMP="$(tc-getOBJDUMP)" all } src_install() { diff --git a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild index 74ad5f1c71d8..d4305e2fc5c5 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-9999.ebuild @@ -92,7 +92,7 @@ src_configure() { } src_compile() { - emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" all + emake ARCH="$(tc-arch-kernel)" CC="$(tc-getCC)" LD="$(tc-getLD)" OBJDUMP="$(tc-getOBJDUMP)" all } src_install() { |