commit: 754ec96fb1baa8cb479706dd8728e4ea94028a94
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 15:17:40 2017 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 15:18:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754ec96f
net-vpn/wireguard: verbose compiles aren't adding much
Package-Manager: Portage-2.3.11, Repoman-2.3.3
net-vpn/wireguard/wireguard-0.0.20171001.ebuild | 2 +-
net-vpn/wireguard/wireguard-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
index 1c1f3973c94..303cc217b58 100644
--- a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
+++ b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild
@@ -38,7 +38,7 @@ pkg_setup() {
}
src_compile() {
- BUILD_PARAMS="KERNELDIR=${KERNEL_DIR} V=1"
+ BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}"
use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}"
use module && linux-mod_src_compile
use tools && emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools
diff --git a/net-vpn/wireguard/wireguard-9999.ebuild
b/net-vpn/wireguard/wireguard-9999.ebuild
index 1c1f3973c94..303cc217b58 100644
--- a/net-vpn/wireguard/wireguard-9999.ebuild
+++ b/net-vpn/wireguard/wireguard-9999.ebuild
@@ -38,7 +38,7 @@ pkg_setup() {
}
src_compile() {
- BUILD_PARAMS="KERNELDIR=${KERNEL_DIR} V=1"
+ BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}"
use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}"
use module && linux-mod_src_compile
use tools && emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools