net-vpn/wireguard: verbose compiles aren't adding much
authorJason A. Donenfeld <zx2c4@gentoo.org>
Tue, 3 Oct 2017 15:17:40 +0000 (17:17 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Tue, 3 Oct 2017 15:18:30 +0000 (17:18 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

net-vpn/wireguard/wireguard-0.0.20171001.ebuild
net-vpn/wireguard/wireguard-9999.ebuild

index 1c1f3973c94373b4d57b206ae23ed16aa6f86bb5..303cc217b58b6c2469f6bf5ac2cb8cfb96937f4e 100644 (file)
@@ -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
index 1c1f3973c94373b4d57b206ae23ed16aa6f86bb5..303cc217b58b6c2469f6bf5ac2cb8cfb96937f4e 100644 (file)
@@ -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