hiawatha: update to 9.14.
This commit is contained in:
parent
b84269db8b
commit
a89d2a98da
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hiawatha'
|
||||
pkgname=hiawatha
|
||||
version=9.13
|
||||
revision=2
|
||||
version=9.14
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="libxslt-devel mbedtls-devel"
|
||||
|
@ -10,11 +10,10 @@ maintainer="Enno Boland <eb@s01.de>"
|
|||
license="GPL-2"
|
||||
homepage="https://hiawatha-webserver.org"
|
||||
distfiles="$homepage/files/$pkgname-$version.tar.gz"
|
||||
checksum=6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225
|
||||
checksum=79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa
|
||||
configure_args="
|
||||
-DLOG_DIR=/var/log/hiawatha
|
||||
-DPID_DIR=/run
|
||||
-DENABLE_SSL=ON
|
||||
-DWEBROOT_DIR=/var/www
|
||||
-DWORK_DIR=/var/lib/hiawatha
|
||||
-DUSE_SYSTEM_MBEDTLS=ON
|
||||
|
@ -25,8 +24,8 @@ conf_files="
|
|||
/etc/hiawatha/error.xslt
|
||||
/etc/hiawatha/index.xslt
|
||||
/etc/hiawatha/hiawatha.conf"
|
||||
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||
vsv hiawatha
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue