mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.9
|
version=9.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="polarssl-devel libxslt-devel libressl-devel"
|
makedepends="libxslt-devel libressl-devel"
|
||||||
short_desc="Advanced and secure webserver for Unix"
|
short_desc="Advanced and secure webserver for Unix"
|
||||||
maintainer="Enno Boland <g@s01.de>"
|
maintainer="Enno Boland <g@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -15,7 +15,6 @@ configure_args="
|
||||||
-DLOG_DIR=/var/log/hiawatha
|
-DLOG_DIR=/var/log/hiawatha
|
||||||
-DPID_DIR=/run
|
-DPID_DIR=/run
|
||||||
-DENABLE_SSL=ON
|
-DENABLE_SSL=ON
|
||||||
-DUSE_SYSTEM_POLARSSL=ON
|
|
||||||
-DWEBROOT_DIR=/var/www
|
-DWEBROOT_DIR=/var/www
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
||||||
conf_files="
|
conf_files="
|
||||||
|
|
Loading…
Add table
Reference in a new issue