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 16139139694 for ; Mon, 12 Jun 2017 12:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C98D21C1BF; Mon, 12 Jun 2017 12:55:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4C92221C1BF for ; Mon, 12 Jun 2017 12:55:31 +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 97C3C341853 for ; Mon, 12 Jun 2017 12:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0885D7467 for ; Mon, 12 Jun 2017 12:55:27 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1497272118.74d2c9ab4b1eb0bacc01999f5d8f2222cf4ed70c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/lsof/lsof-4.89-r1.ebuild X-VCS-Directories: sys-process/lsof/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 74d2c9ab4b1eb0bacc01999f5d8f2222cf4ed70c X-VCS-Branch: master Date: Mon, 12 Jun 2017 12:55: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-Archives-Salt: 406aa2ec-56c6-481b-967b-ce0782a93ed5 X-Archives-Hash: 4bbbfc593b561a937024254a90525f90 commit: 74d2c9ab4b1eb0bacc01999f5d8f2222cf4ed70c Author: Fabian Groffen gentoo org> AuthorDate: Mon Jun 12 12:54:57 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 12 12:55:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d2c9ab sys-process/lsof: add Solaris tweak Package-Manager: Portage-2.3.5, Repoman-2.3.1 sys-process/lsof/lsof-4.89-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-process/lsof/lsof-4.89-r1.ebuild b/sys-process/lsof/lsof-4.89-r1.ebuild index 7e00a5a8852..0fc56539198 100644 --- a/sys-process/lsof/lsof-4.89-r1.ebuild +++ b/sys-process/lsof/lsof-4.89-r1.ebuild @@ -61,6 +61,7 @@ src_configure() { append-cppflags $(use rpc && $(tc-getPKG_CONFIG) libtirpc --cflags || echo "-DHASNOTRPC -DHASNORPC_H") append-cppflags $(usex ipv6 -{D,U}HASIPv6) + [[ ${CHOST} == *-solaris2.11 ]] && append-cppflags -DHAS_PAD_MUTEX export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \ $(use rpc && $(tc-getPKG_CONFIG) libtirpc --libs)"