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 0CCA91382C5 for ; Tue, 1 May 2018 14:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF600E099B; Tue, 1 May 2018 14:14:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C36E8E099B for ; Tue, 1 May 2018 14:14:20 +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 E8F3F335C81 for ; Tue, 1 May 2018 14:14:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 820D02A2 for ; Tue, 1 May 2018 14:14:17 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1525184074.2457d91c6252ef30b76d2de2af839fa271101802.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigsegv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild X-VCS-Directories: dev-libs/libsigsegv/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2457d91c6252ef30b76d2de2af839fa271101802 X-VCS-Branch: master Date: Tue, 1 May 2018 14:14:17 +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: 1bdf667c-ba87-449b-bb41-dd02e9368b7c X-Archives-Hash: d9e26785034a29129cea88e9cf6268b4 commit: 2457d91c6252ef30b76d2de2af839fa271101802 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue May 1 14:14:34 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue May 1 14:14:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2457d91c dev-libs/libsigsegv: Add eautoreconf Closes: https://bugs.gentoo.org/654222 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild b/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild index a6dc0c1e213..9306a3b2b2f 100644 --- a/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild +++ b/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit autotools + DESCRIPTION="Library for handling page faults in user mode" HOMEPAGE="https://www.gnu.org/software/libsigsegv/" SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz" @@ -19,7 +21,9 @@ PATCHES=( src_prepare() { default + eautoreconf } + src_configure () { econf --enable-shared }