public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Missing variable in AM_MAKEFLAGS
@ 2013-06-11 15:57 Stewart Brodie
  2013-06-20 12:11 ` [PATCH] Add --disable-multi-os-directory configure option Stewart Brodie
  0 siblings, 1 reply; 2+ messages in thread
From: Stewart Brodie @ 2013-06-11 15:57 UTC (permalink / raw)
  To: libffi-discuss


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-20 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11 15:57 [PATCH] Missing variable in AM_MAKEFLAGS Stewart Brodie
2013-06-20 12:11 ` [PATCH] Add --disable-multi-os-directory configure option Stewart Brodie

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).