summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-02-21 18:07:32 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-02-21 18:09:46 +0100
commitab5508edfecdc5520d7ebc4c001de36363f7e352 (patch)
tree389803ffec4f873c8349e27b48f9a6daae4a68b9 /rules/lighttpd.make
parent1a247253228a74936ea57db43395c40b0f283ad3 (diff)
downloadptxdist-ab5508edfecdc5520d7ebc4c001de36363f7e352.tar.gz
ptxdist-ab5508edfecdc5520d7ebc4c001de36363f7e352.tar.xz
[lighttpd] fix kerberos config option
In current lighttpd the option is named --with{,out}-kerberos5. This patch fixes the warning: configure: WARNING: unrecognized options: --without-kerberos Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.make')
-rw-r--r--rules/lighttpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index f31cdc811..855920d3a 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -95,9 +95,9 @@ LIGHTTPD_AUTOCONF += --without-openssl
endif
ifdef PTXCONF_LIGHTTPD_KERBEROS
-LIGHTTPD_AUTOCONF += --with-kerberos=FIXME
+LIGHTTPD_AUTOCONF += --with-kerberos5=FIXME
else
-LIGHTTPD_AUTOCONF += --without-kerberos
+LIGHTTPD_AUTOCONF += --without-kerberos5
endif
ifdef PTXCONF_LIGHTTPD_PCRE