Skip to content

Instantly share code, notes, and snippets.

@lifeofguenter
Last active December 8, 2018 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeofguenter/7ef3fe9e089fcb24baed to your computer and use it in GitHub Desktop.
Save lifeofguenter/7ef3fe9e089fcb24baed to your computer and use it in GitHub Desktop.
Lighttpd 1.4.35 + LibreSSL 2.0.5 Patch
--- a/configure 2014-08-11 12:45:44.000000000 +0200
+++ b/configure 2014-08-11 12:52:00.000000000 +0200
@@ -14330,9 +14330,9 @@
if test "x$use_openssl" = "xyes"; then
- if test "x$use_kerberos" != "xyes"; then
- CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_KRB5"
- fi
+# if test "x$use_kerberos" != "xyes"; then
+# CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_KRB5"
+# fi
for ac_header in openssl/ssl.h
do :
@AnnoyingTechnology
Copy link

Is this patch still needed ? (Lighttpd being 1.4.52 and libressl being 2.8.2) thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment