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 957A01396D1 for ; Mon, 18 Sep 2017 09:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D67BB1FC017; Mon, 18 Sep 2017 09:27:17 +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 B321B1FC017 for ; Mon, 18 Sep 2017 09:27:17 +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 8D8483402FE for ; Mon, 18 Sep 2017 09:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D6D9084 for ; Mon, 18 Sep 2017 09:27:14 +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: <1505726812.a4cdcedcc3dd7eba9b0e8e6dc392b047971ca6c5.grobian@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: / X-VCS-Repository: proj/pax-utils X-VCS-Files: Makefile.am autogen.sh X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a4cdcedcc3dd7eba9b0e8e6dc392b047971ca6c5 X-VCS-Branch: master Date: Mon, 18 Sep 2017 09:27:14 +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: afec36d7-3c7b-4f68-a369-cbe11ac00bd4 X-Archives-Hash: 6e630db811f6472f831dfe15aa849495 commit: a4cdcedcc3dd7eba9b0e8e6dc392b047971ca6c5 Author: Michael Haubenwallner ssi-schaefer com> AuthorDate: Tue Mar 14 13:44:34 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Sep 18 09:26:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=a4cdcedc autogen.sh: add gnulib modules for Solaris Need gnulib modules stpcpy, euidaccess for Solaris 10, where euidaccess uses eaccess when available, probably via LIB_EACCESS. Signed-off-by: Fabian Groffen gentoo.org> Makefile.am | 2 +- autogen.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a2c02d9..79e5ed1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ libpaxutils_la_SOURCES = \ paxmacho.c \ security.c \ xfuncs.c -LDADD = libpaxutils.la $(top_builddir)/autotools/gnulib/libgnu.a +LDADD = libpaxutils.la $(top_builddir)/autotools/gnulib/libgnu.a $(LIB_EACCESS) bin_SCRIPTS = lddtree symtree bin_PROGRAMS = scanelf dumpelf pspax scanmacho diff --git a/autogen.sh b/autogen.sh index f552d22..42e8a8c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,6 +13,7 @@ fi PATH=/usr/local/src/gnu/gnulib:${PATH} mods=" alloca + euidaccess faccessat fdopendir fstatat @@ -25,6 +26,7 @@ mods=" readlinkat renameat stat-time + stpcpy strcasestr-simple strncat symlinkat