public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Stewart Brodie <sbrodie@espial.com>
To: <libffi-discuss@sourceware.org>
Subject: [PATCH] Missing variable in AM_MAKEFLAGS
Date: Tue, 11 Jun 2013 15:57:00 -0000	[thread overview]
Message-ID: <gemini.mo8kb000r1iao05r2.sbrodie@espial.com> (raw)


I've been trying to compile libffi (latest cloned from git earlier today)
but hitting a problem with overriding where the library is installed.

This patch fixes the problem with passing an overridden value for
toolexeclibdir to the recursive make call.  It looks like adding the
variable to AM_MAKEFLAGS may have been missed when toolexeclibdir was added.

---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index bf0156f..f821df0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,7 @@ AM_MAKEFLAGS = \
 	"exec_prefix=$(exec_prefix)" \
 	"infodir=$(infodir)" \
 	"libdir=$(libdir)" \
+	"toolexeclibdir=$(toolexeclibdir)" \
 	"mandir=$(mandir)" \
 	"prefix=$(prefix)" \
 	"AR=$(AR)" \
-- 
1.8.1.4


-- 
Stewart Brodie
Senior Software Engineer
Team Leader ANT Galio Browser
Espial UK

             reply	other threads:[~2013-06-11 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11 15:57 Stewart Brodie [this message]
2013-06-20 12:11 ` [PATCH] Add --disable-multi-os-directory configure option Stewart Brodie

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=gemini.mo8kb000r1iao05r2.sbrodie@espial.com \
    --to=sbrodie@espial.com \
    --cc=libffi-discuss@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).