diff --git a/www-servers/lighttpd/lighttpd-1.4.35.recipe b/www-servers/lighttpd/lighttpd-1.4.35.recipe index c583412a7..11053f558 100644 --- a/www-servers/lighttpd/lighttpd-1.4.35.recipe +++ b/www-servers/lighttpd/lighttpd-1.4.35.recipe @@ -9,7 +9,7 @@ solution for every server that is suffering load problems. " HOMEPAGE="http://www.lighttpd.net/" COPYRIGHT="2003-2014 Jan Kneschke" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2" LICENSE="BSD (3-clause)" @@ -58,13 +58,16 @@ PROVIDES=" REQUIRES=" haiku >= $haikuVersion lib:libbz2 + lib:libcrypto lib:libpcre + lib:libssl lib:libz " BUILD_REQUIRES=" devel:libbz2 devel:libpcre + devel:libssl devel:libz " @@ -86,7 +89,7 @@ BUILD() { aclocal automake - runConfigure ./configure + runConfigure ./configure --with-openssl make $jobArgs }