summaryrefslogtreecommitdiffstats
path: root/package/xinetd
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2012-06-18 15:18:32 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-23 21:52:44 +0200
commited42aab337507220b97d7b7f0fd8996ca547c9b4 (patch)
treef219f641e4e8515c35212846bc6b50abbf1c05d5 /package/xinetd
parent2d177d4852ec5549f93671273f07ba60dbabdcc2 (diff)
downloadbuildroot-novena-ed42aab337507220b97d7b7f0fd8996ca547c9b4.tar.gz
buildroot-novena-ed42aab337507220b97d7b7f0fd8996ca547c9b4.zip
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>
Diffstat (limited to 'package/xinetd')
-rw-r--r--package/xinetd/xinetd.mk2
1 files changed, 2 insertions, 0 deletions
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))