Gentoo Archives: gentoo-commits

From: Jason Donenfeld <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/
Date: Thu, 30 Jun 2016 02:19:17
Message-Id: 1467253144.06ad6b5ec463e780e68f0e7bffcf4f327742b168.zx2c4@gentoo
1 commit: 06ad6b5ec463e780e68f0e7bffcf4f327742b168
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 02:18:50 2016 +0000
4 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 02:19:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ad6b5e
7
8 net-misc/wireguard: do not strip binaries on install
9
10 net-misc/wireguard/wireguard-9999.ebuild | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild
14 index bfc0a9c..4a27f4c 100644
15 --- a/net-misc/wireguard/wireguard-9999.ebuild
16 +++ b/net-misc/wireguard/wireguard-9999.ebuild
17 @@ -38,6 +38,11 @@ pkg_setup() {
18 kernel_is -lt 4 1 0 && die "This version of ${PN} requires Linux >= 4.1"
19 }
20
21 +src_prepare() {
22 + default
23 + sed -i 's/install -s/install/' src/tools/Makefile
24 +}
25 +
26 src_compile() {
27 linux-mod_src_compile
28 emake -C src/tools