Pārlūkot izejas kodu

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 <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Danomi Manchego 13 gadi atpakaļ
vecāks
revīzija
ed42aab337
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      package/xinetd/xinetd.mk

+ 2 - 0
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))