mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
hiawatha: rebuild against systems polarssl.
This commit is contained in:
parent
66544714d4
commit
94e5925f9f
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.9
|
version=9.9
|
||||||
revision=4
|
revision=5
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libxslt-devel"
|
makedepends="libxslt-devel polarssl-devel>=1.3.9_3"
|
||||||
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"
|
||||||
|
@ -17,6 +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
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/hiawatha/hiawatha/cgi-wrapper.conf
|
/etc/hiawatha/hiawatha/cgi-wrapper.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue