From ed42aab337507220b97d7b7f0fd8996ca547c9b4 Mon Sep 17 00:00:00 2001 From: Danomi Manchego Date: Mon, 18 Jun 2012 15:18:32 +0000 Subject: xinetd: explicitly specify AR in build step 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 Signed-off-by: Peter Korsgaard --- package/xinetd/xinetd.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/xinetd') diff --git a/package/xinetd/xinetd.mk b/package/xinetd/xinetd.mk index 6a69a554e..e8fc037ae 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)) -- cgit v1.2.3