lighttpd: enable SSL support.

This commit is contained in:
Adrien Destugues
2014-10-20 09:47:58 +02:00
parent 082da53954
commit be75917d16

View File

@@ -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
}