From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C6771138337 for ; Tue, 31 Dec 2019 02:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06039E0DA6; Tue, 31 Dec 2019 02:41:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEF41E0DA6 for ; Tue, 31 Dec 2019 02:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 799A934DD77 for ; Tue, 31 Dec 2019 02:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A39207B for ; Tue, 31 Dec 2019 02:41:27 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1577759730.837bd3dd4a9db47e5d005a26516ea14d41579450.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/ X-VCS-Repository: proj/genkernel X-VCS-Files: gkbuilds/thin-provisioning-tools.gkbuild X-VCS-Directories: gkbuilds/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 837bd3dd4a9db47e5d005a26516ea14d41579450 X-VCS-Branch: master Date: Tue, 31 Dec 2019 02:41:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b215ea0-f1fb-41a4-92ef-247b72868472 X-Archives-Hash: ad5231d64c079e4b5928c355f41790c1 commit: 837bd3dd4a9db47e5d005a26516ea14d41579450 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 31 02:26:00 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 31 02:35:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=837bd3dd gkbuilds/thin-provisioning-tools: minor fixes Signed-off-by: Thomas Deutschmann gentoo.org> gkbuilds/thin-provisioning-tools.gkbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gkbuilds/thin-provisioning-tools.gkbuild b/gkbuilds/thin-provisioning-tools.gkbuild index 3091202..c3ebc7f 100644 --- a/gkbuilds/thin-provisioning-tools.gkbuild +++ b/gkbuilds/thin-provisioning-tools.gkbuild @@ -7,17 +7,17 @@ src_prepare() { } src_configure() { - append-ldflags -static - local myconf=( --with-optimisation='' --disable-testing + --enable-static ) gkconf "${myconf[@]}" } src_compile() { + MAKEOPTS+=" V=" gkmake }