diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-07-26 17:15:26 +0200 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-07-26 17:15:42 +0200 |
commit | 5a4a61b6aa994b37029319ebb5495e369c7aaeb5 (patch) | |
tree | 47efa50720188ecc30eebe72e088f7beb1be81b0 /net-misc/wireguard | |
parent | dev-ros/collada_urdf: bump urdfdom dep and add := dep on it, bug #589752 (diff) | |
download | gentoo-5a4a61b6aa994b37029319ebb5495e369c7aaeb5.tar.gz gentoo-5a4a61b6aa994b37029319ebb5495e369c7aaeb5.tar.bz2 gentoo-5a4a61b6aa994b37029319ebb5495e369c7aaeb5.zip |
net-misc/wireguard: prepend build_params instead of clobbering
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/wireguard')
-rw-r--r-- | net-misc/wireguard/wireguard-0.0.20160722.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wireguard/wireguard-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wireguard/wireguard-0.0.20160722.ebuild b/net-misc/wireguard/wireguard-0.0.20160722.ebuild index 108e0dc06f41..83e13fc03a62 100644 --- a/net-misc/wireguard/wireguard-0.0.20160722.ebuild +++ b/net-misc/wireguard/wireguard-0.0.20160722.ebuild @@ -43,7 +43,7 @@ src_prepare() { } src_compile() { - use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y" + use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}" linux-mod_src_compile emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools } diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild index 108e0dc06f41..83e13fc03a62 100644 --- a/net-misc/wireguard/wireguard-9999.ebuild +++ b/net-misc/wireguard/wireguard-9999.ebuild @@ -43,7 +43,7 @@ src_prepare() { } src_compile() { - use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y" + use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}" linux-mod_src_compile emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools } |