diff mbox

xinetd: explicitly specify AR in build step

Message ID 1340068712-10822-1-git-send-email-danomimanchego123@gmail.com
State Accepted
Commit ed42aab337507220b97d7b7f0fd8996ca547c9b4
Headers show

Commit Message

Danomi Manchego June 19, 2012, 1:18 a.m. UTC
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(+)

Comments

Peter Korsgaard June 23, 2012, 7:53 p.m. UTC | #1
>>>>> "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.
diff mbox

Patch

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