All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xinetd: explicitly specify AR in build step
@ 2012-06-19  1:18 Danomi Manchego
  2012-06-23 19:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Danomi Manchego @ 2012-06-19  1:18 UTC (permalink / raw)
  To: buildroot

xinetd's configure does not set up an AR variable, and there
are no libtool files to autoreconfigure.  So instead, lets
pass in AR during the build.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 package/xinetd/xinetd.mk |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/xinetd/xinetd.mk b/package/xinetd/xinetd.mk
index 6a69a55..e8fc037 100644
--- a/package/xinetd/xinetd.mk
+++ b/package/xinetd/xinetd.mk
@@ -11,4 +11,6 @@ ifneq ($(BR2_INET_RPC),y)
 XINETD_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DNO_RPC"
 endif
 
+XINETD_MAKE_OPT = AR="$(TARGET_AR)"
+
 $(eval $(call AUTOTARGETS))
-- 
1.7.9.5

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

* [Buildroot] [PATCH] xinetd: explicitly specify AR in build step
  2012-06-19  1:18 [Buildroot] [PATCH] xinetd: explicitly specify AR in build step Danomi Manchego
@ 2012-06-23 19:53 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-06-23 19:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Danomi" == Danomi Manchego <danomimanchego123@gmail.com> writes:

 Danomi> xinetd's configure does not set up an AR variable, and there
 Danomi> are no libtool files to autoreconfigure.  So instead, lets
 Danomi> pass in AR during the build.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-06-23 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-19  1:18 [Buildroot] [PATCH] xinetd: explicitly specify AR in build step Danomi Manchego
2012-06-23 19:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.