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 99312138334 for ; Mon, 21 Jan 2019 20:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C32DE0A89; Mon, 21 Jan 2019 20:37:40 +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 6384FE0A89 for ; Mon, 21 Jan 2019 20:37:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 35FE8335D40 for ; Mon, 21 Jan 2019 20:37:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A75C74FF for ; Mon, 21 Jan 2019 20:37:37 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1548103047.7eca7976b443d819a31e5ee7c0fcef5d3600790f.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/aircrack-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild X-VCS-Directories: net-wireless/aircrack-ng/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 7eca7976b443d819a31e5ee7c0fcef5d3600790f X-VCS-Branch: master Date: Mon, 21 Jan 2019 20:37:37 +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: 82b65d1b-5e27-4f22-8d55-26a3f5b8163c X-Archives-Hash: aa8976e540bca2456b169d3a818d2920 commit: 7eca7976b443d819a31e5ee7c0fcef5d3600790f Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Jan 21 20:37:08 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Jan 21 20:37:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eca7976 net-wireless/aircrack-ng: apply static search Bug: https://bugs.gentoo.org/show_bug.cgi?id=675950 Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild index f5006d8091e..37faadada3a 100644 --- a/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild +++ b/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,6 +57,7 @@ src_prepare() { src_configure() { econf \ + STATIC_LIBDIR_NAME="$(get_libdir)" \ --disable-asan \ --enable-shared \ --disable-static \