Package-Manager: Portage-2.3.6, Repoman-2.3.1
---- Makefile.orig 2012-09-23 16:31:55.761755338 +0400
-+++ Makefile 2012-09-23 16:32:46.159759345 +0400
+--- a/Makefile 2012-09-23 16:31:55.761755338 +0400
++++ b/Makefile 2012-09-23 16:32:46.159759345 +0400
@@ -1,4 +1,4 @@
-LDFLAGS = -lnet
+LIBS = -lnet
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
inherit eutils linux-info toolchain-funcs
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="net-libs/libnet:1.1"
RDEPEND="${DEPEND}"
CONFIG_CHECK="~VLAN_8021Q ~VLAN_8021Q_GVRP"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-respect-ldflags.patch
+ eapply "${FILESDIR}/${PN}-respect-ldflags.patch"
+ eapply_user
}
src_compile() {