summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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