public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
Date: Tue, 19 Aug 2014 14:02:12 +0000 (UTC)	[thread overview]
Message-ID: <1406738587.93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10.blueness@gentoo> (raw)

commit:     93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10
Author:     Maxim Kammerer <mk <AT> dee <DOT> su>
AuthorDate: Wed Jul 30 04:52:08 2014 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:43:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=93e9b5dd

configure.ac: Build fix-gnustack conditionally on --enable-ptpax

X-Gentoo-Bug: 518524
X-Gentoo-Bug-URL: https://bugs.gentoo.org/518524

---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 63e4116..ffd2609 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,6 @@ AC_CHECK_HEADERS(
 
 # Checks for DECLs.
 AC_CHECK_DECL([ELF_C_RDWR_MMAP],[],[],[[#include <libelf.h>]])
-AM_CONDITIONAL([BUILD_ELF],[test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_PID_T
@@ -107,6 +106,8 @@ AS_IF(
 	]
 )
 
+AM_CONDITIONAL([BUILD_ELF],[test "x$enable_ptpax" = "xyes" && test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
+
 AC_ARG_ENABLE(
 	[xtpax],
 	AS_HELP_STRING(


WARNING: multiple messages have this Message-ID (diff)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: /
Date: Wed, 30 Jul 2014 16:42:58 +0000 (UTC)	[thread overview]
Message-ID: <1406738587.93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10.blueness@gentoo> (raw)
Message-ID: <20140730164258.UcigGuA95gIc6OtjcW7HpsM_NYn0f-RpIEcYYtEVEGc@z> (raw)

commit:     93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10
Author:     Maxim Kammerer <mk <AT> dee <DOT> su>
AuthorDate: Wed Jul 30 04:52:08 2014 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 30 16:43:07 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=93e9b5dd

configure.ac: Build fix-gnustack conditionally on --enable-ptpax

X-Gentoo-Bug: 518524
X-Gentoo-Bug-URL: https://bugs.gentoo.org/518524

---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 63e4116..ffd2609 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,6 @@ AC_CHECK_HEADERS(
 
 # Checks for DECLs.
 AC_CHECK_DECL([ELF_C_RDWR_MMAP],[],[],[[#include <libelf.h>]])
-AM_CONDITIONAL([BUILD_ELF],[test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_PID_T
@@ -107,6 +106,8 @@ AS_IF(
 	]
 )
 
+AM_CONDITIONAL([BUILD_ELF],[test "x$enable_ptpax" = "xyes" && test "x$ac_cv_have_decl_ELF_C_RDWR_MMAP" = "xyes"])
+
 AC_ARG_ENABLE(
 	[xtpax],
 	AS_HELP_STRING(


             reply	other threads:[~2014-08-19 14:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-19 14:02 Anthony G. Basile [this message]
2014-07-30 16:42 ` [gentoo-commits] proj/elfix:elfix-0.8.x commit in: / Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2014-08-19 14:02 Anthony G. Basile
2014-07-30 16:44 ` Anthony G. Basile
2014-07-30 16:42 Anthony G. Basile
2014-08-19 14:02 ` Anthony G. Basile
2014-06-07 14:37 Anthony G. Basile
2014-06-07 14:26 Anthony G. Basile
2013-11-07 14:53 Anthony G. Basile
2013-11-07 14:53 Anthony G. Basile
2013-05-21 15:25 Anthony G. Basile
2013-05-21  2:22 Anthony G. Basile
2013-05-20 20:08 Anthony G. Basile
2013-01-06 17:21 Anthony G. Basile
2012-12-29 15:11 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1406738587.93e9b5dd7d516bcda6a935ee910fd9df8a4b8f10.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox