summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-10-29 15:29:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-10-29 15:29:53 +0100
commitf7ab2746d734dde17781779778c05a9132ca2711 (patch)
tree8f1ba1033355c2c5d05f5de2b7696cf9d7d12830 /rules/lighttpd.make
parent4f257097b6087046fdcd225dbb14505bbc574007 (diff)
downloadptxdist-f7ab2746d734dde17781779778c05a9132ca2711.tar.gz
ptxdist-f7ab2746d734dde17781779778c05a9132ca2711.tar.xz
lighttpd: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.make')
-rw-r--r--rules/lighttpd.make7
1 files changed, 3 insertions, 4 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index e7cebd1a7..235588bcc 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -30,14 +30,13 @@ LIGHTTPD_LICENSE := BSD-3-Clause
# Prepare
# ----------------------------------------------------------------------------
-LIGHTTPD_PATH := PATH=$(CROSS_PATH)
-LIGHTTPD_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-LIGHTTPD_AUTOCONF := \
+LIGHTTPD_CONF_TOOL := autoconf
+LIGHTTPD_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --runstatedir=/run \
--libdir=/usr/lib/lighttpd \
--$(call ptx/endis, PTXCONF_GLOBAL_LARGE_FILE)-lfs \
$(GLOBAL_IPV6_OPTION) \