From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3C9CE1391DB for ; Wed, 30 Jul 2014 16:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C2AE0896; Wed, 30 Jul 2014 16:40:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E8A2E0896 for ; Wed, 30 Jul 2014 16:40:34 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3585434020F for ; Wed, 30 Jul 2014 16:40:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E8596187B4 for ; Wed, 30 Jul 2014 16:40:31 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1406738514.76456b12895c804e825a6ac4f62e8dd0377b254d.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: ChangeLog TODO X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 76456b12895c804e825a6ac4f62e8dd0377b254d X-VCS-Branch: master Date: Wed, 30 Jul 2014 16:40:31 +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: fb2b91de-3e0c-4582-9857-7f4dbb11d468 X-Archives-Hash: c01825a20642792e4c9528be19d0702d Message-ID: <20140730164031.GPNWSp1TQZHciT4PGR8Aii9sCkAS9x_1RJNIV_U_-mY@z> commit: 76456b12895c804e825a6ac4f62e8dd0377b254d Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jul 30 16:41:54 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jul 30 16:41:54 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=76456b12 ChangeLog, TODO: updated --- ChangeLog | 7 +++++++ TODO | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8119307..3a66e5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-07-30 + + * Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy + on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng. + The future solution will be break out fix-gnustack. + See: https://bugs.gentoo.org/518524 + 2014-06-07 * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to diff --git a/TODO b/TODO index 3a16c66..a61aa2c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ * src/paxctl-ng.c, scripts/paxmodule.c: reduce the shared code to a convenience library * misc/revdep-pax-np: (non-gentoo) use $PATH to find all exe's and ldd for libraries + * Break out fix-gnustack into its own package. See: https://bugs.gentoo.org/518524