From: Jason A. Donenfeld Date: Tue, 3 Oct 2017 15:17:40 +0000 (+0200) Subject: net-vpn/wireguard: verbose compiles aren't adding much X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=754ec96fb1baa8cb479706dd8728e4ea94028a94;p=gentoo.git net-vpn/wireguard: verbose compiles aren't adding much Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/net-vpn/wireguard/wireguard-0.0.20171001.ebuild b/net-vpn/wireguard/wireguard-0.0.20171001.ebuild index 1c1f3973c943..303cc217b58b 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 1c1f3973c943..303cc217b58b 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