unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org
Cc: Carlos O'Donell <codonell@redhat.com>
Subject: [PATCH 1/3] Make --bindir effetive
Date: Mon, 13 May 2019 13:59:50 -0300	[thread overview]
Message-ID: <20190513165952.28972-1-adhemerval.zanella@linaro.org> (raw)

This allows sets a path using --bindir.  Checked on x86_64-linux-gnu
with a non-default --bindir and checked resulting installed binaries
(pldd for instance).

	* config.make.in (bindir): New variable.
---
 config.make.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.make.in b/config.make.in
index f46bfc29bb..2fed3da773 100644
--- a/config.make.in
+++ b/config.make.in
@@ -10,6 +10,7 @@ prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
 libdir = @libdir@
+bindir = @bindir@
 slibdir = @libc_cv_slibdir@
 rtlddir = @libc_cv_rtlddir@
 complocaledir = @libc_cv_complocaledir@
-- 
2.17.1


             reply	other threads:[~2019-05-13 17:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-13 16:59 Adhemerval Zanella [this message]
2019-05-13 16:59 ` [PATCH 2/3] support: Export bindir path on support_path Adhemerval Zanella
2019-05-13 20:59   ` DJ Delorie
2019-05-13 16:59 ` [PATCH 3/3] elf: Fix tst-pldd for non-default --prefix and/or --bindir (BZ#24544) Adhemerval Zanella
2019-05-13 21:02   ` DJ Delorie
2019-05-18 19:07   ` Rafal Luzynski
2019-05-20  9:12     ` Florian Weimer
2019-05-13 20:57 ` [PATCH 1/3] Make --bindir effetive DJ Delorie

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

  List information: https://www.gnu.org/software/libc/involved.html

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

  git send-email \
    --in-reply-to=20190513165952.28972-1-adhemerval.zanella@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=codonell@redhat.com \
    --cc=libc-alpha@sourceware.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).