From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-889511-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD0C21382DE for <garchives@archives.gentoo.org>; Thu, 30 Jun 2016 02:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47236E08F8; Thu, 30 Jun 2016 02:19:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC377E08F8 for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 02:19:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D57C340D9F for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 02:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D0616C4 for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 02:19:06 +0000 (UTC) From: "Jason Donenfeld" <zx2c4@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" <zx2c4@gentoo.org> Message-ID: <1467253144.06ad6b5ec463e780e68f0e7bffcf4f327742b168.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wireguard/wireguard-9999.ebuild X-VCS-Directories: net-misc/wireguard/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 06ad6b5ec463e780e68f0e7bffcf4f327742b168 X-VCS-Branch: master Date: Thu, 30 Jun 2016 02:19:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b2e091a-8c2e-467c-87ee-50ab64575ea3 X-Archives-Hash: c46f6cb9947f2990a0e3a9b1343bde9c commit: 06ad6b5ec463e780e68f0e7bffcf4f327742b168 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 02:18:50 2016 +0000 Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 02:19:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ad6b5e net-misc/wireguard: do not strip binaries on install net-misc/wireguard/wireguard-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild index bfc0a9c..4a27f4c 100644 --- a/net-misc/wireguard/wireguard-9999.ebuild +++ b/net-misc/wireguard/wireguard-9999.ebuild @@ -38,6 +38,11 @@ pkg_setup() { kernel_is -lt 4 1 0 && die "This version of ${PN} requires Linux >= 4.1" } +src_prepare() { + default + sed -i 's/install -s/install/' src/tools/Makefile +} + src_compile() { linux-mod_src_compile emake -C src/tools