hiawatha: rebuild against mbedtls.
This commit is contained in:
parent
cee7dd3b84
commit
2c3c4ae04a
@ -1,10 +1,10 @@
|
|||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.12
|
version=9.12
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libxslt-devel polarssl-devel>=1.3.9_3"
|
makedepends="libxslt-devel mbedtls-devel"
|
||||||
short_desc="Advanced and secure webserver for Unix"
|
short_desc="Advanced and secure webserver for Unix"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
@ -17,7 +17,7 @@ configure_args="
|
|||||||
-DENABLE_SSL=ON
|
-DENABLE_SSL=ON
|
||||||
-DWEBROOT_DIR=/var/www
|
-DWEBROOT_DIR=/var/www
|
||||||
-DWORK_DIR=/var/lib/hiawatha
|
-DWORK_DIR=/var/lib/hiawatha
|
||||||
-DUSE_SYSTEM_POLARSSL=ON
|
-DUSE_SYSTEM_MBEDTLS=ON
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/hiawatha/cgi-wrapper.conf
|
/etc/hiawatha/cgi-wrapper.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user