summaryrefslogtreecommitdiffstats
path: root/rules/ifplugd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-27 22:35:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-28 16:44:17 +0200
commitacd5f2adc10bb33793cd679d3a12a784241fb8c6 (patch)
tree47b583f9ed2ffb2b55830b0c0214d6251b6b26e3 /rules/ifplugd.make
parentc94a5efd80a9db3fb2471d64cef8234a058504cd (diff)
downloadptxdist-acd5f2adc10bb33793cd679d3a12a784241fb8c6.tar.gz
ptxdist-acd5f2adc10bb33793cd679d3a12a784241fb8c6.tar.xz
ifplugd: cleanup prepare stage
Add missing configure options. Especially --with-initdir= is important, because otherwise it is autodetected in the host system. This fails if none of the tested paths exist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ifplugd.make')
-rw-r--r--rules/ifplugd.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/ifplugd.make b/rules/ifplugd.make
index 920236371..f3e19d867 100644
--- a/rules/ifplugd.make
+++ b/rules/ifplugd.make
@@ -27,16 +27,16 @@ IFPLUGD_DIR := $(BUILDDIR)/$(IFPLUGD)
# Prepare
# ----------------------------------------------------------------------------
-IFPLUGD_PATH := PATH=$(CROSS_PATH)
-IFPLUGD_ENV := \
- $(CROSS_ENV)
-
#
# autoconf
#
-IFPLUGD_AUTOCONF := \
+IFPLUGD_CONF_TOOL := autoconf
+IFPLUGD_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-lynx
+ --disable-lynx \
+ --disable-xmltoman \
+ --disable-subversion \
+ --with-initdir=/etc/init.d
# ----------------------------------------------------------------------------
# Target-Install