mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
lighttpd: enable SSL support.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user