summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-10-22 17:16:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-10-26 14:13:13 +0100
commit70bc18a5190a7831bea7c0bb78d1917df150d95e (patch)
treea9da9a3d415109f25de79b1a89447a498bab42f8
parentc6b0bf7ff86ede256fee39b696382e328eda330d (diff)
downloadptxdist-70bc18a5190a7831bea7c0bb78d1917df150d95e.tar.gz
ptxdist-70bc18a5190a7831bea7c0bb78d1917df150d95e.tar.xz
[lighttpd] just enable openssl when configured. No need for extra paths.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lighttpd.make4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/lighttpd.make b/rules/lighttpd.make
index 2954890f1..7e0d38ad6 100644
--- a/rules/lighttpd.make
+++ b/rules/lighttpd.make
@@ -91,9 +91,7 @@ LIGHTTPD_AUTOCONF += --without-attr
endif
ifdef PTXCONF_LIGHTTPD_OPENSSL
-LIGHTTPD_AUTOCONF += --with-openssl=FIXME
-# --with-openssl-includes=DIR OpenSSL includes
-# --with-openssl-libs=DIR OpenSSL libraries
+LIGHTTPD_AUTOCONF += --with-openssl
else
LIGHTTPD_AUTOCONF += --without-openssl
endif