mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lighttpd: fixed for x86 (#7352)
This commit is contained in:
@@ -9,7 +9,7 @@ solution for every server that is suffering load problems."
|
||||
HOMEPAGE="https://www.lighttpd.net/"
|
||||
COPYRIGHT="2003-2019 lighttpd authors"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78"
|
||||
ADDITIONAL_FILES="
|
||||
@@ -146,7 +146,6 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libattr$secondaryArchSuffix
|
||||
lib:libbrotlicommon$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
@@ -185,7 +184,6 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libattr$secondaryArchSuffix
|
||||
devel:libbrotlicommon$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
@@ -234,7 +232,7 @@ BUILD()
|
||||
LIBS="-lintl" \
|
||||
runConfigure --omit-dirs "libDir sbinDir" ./configure \
|
||||
--libdir=$libDir/lighttpd --sbindir=$commandBinDir \
|
||||
--with-attr --with-brotli --with-bzip2 --with-geoip \
|
||||
--with-brotli --with-bzip2 --with-geoip \
|
||||
--with-libxml --with-ldap --with-krb5 --with-lua --with-openssl \
|
||||
--with-pam --with-pcre --with-sasl --with-sqlite --with-uuid \
|
||||
--with-webdav-locks --with-webdav-props --with-zlib
|
||||
|
||||
Reference in New Issue
Block a user