hiawatha: use bundled polarssl for now
This commit is contained in:
parent
2240bbf539
commit
c07013d2b6
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'hiawatha'
|
||||
pkgname=hiawatha
|
||||
version=9.9
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="polarssl-devel libxslt-devel libressl-devel"
|
||||
makedepends="libxslt-devel libressl-devel"
|
||||
short_desc="Advanced and secure webserver for Unix"
|
||||
maintainer="Enno Boland <g@s01.de>"
|
||||
license="GPL-2"
|
||||
|
@ -15,7 +15,6 @@ configure_args="
|
|||
-DLOG_DIR=/var/log/hiawatha
|
||||
-DPID_DIR=/run
|
||||
-DENABLE_SSL=ON
|
||||
-DUSE_SYSTEM_POLARSSL=ON
|
||||
-DWEBROOT_DIR=/var/www
|
||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
||||
conf_files="
|
||||
|
|
Loading…
Reference in a new issue