xinetd: explicitly specify AR in build step
authorDanomi Manchego <danomimanchego123@gmail.com>
Mon, 18 Jun 2012 15:18:32 +0000 (15:18 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 23 Jun 2012 19:52:44 +0000 (21:52 +0200)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/xinetd/xinetd.mk

index 6a69a554ebdbff392da9d324c7675ee43ece56e4..e8fc037ae67d933845ae1b79c7c86f6ca5595109 100644 (file)
@@ -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))