From 2c3c4ae04a5b07200a82ce76dc770d0174a11a40 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Feb 2015 11:31:42 +0100 Subject: [PATCH] hiawatha: rebuild against mbedtls. --- srcpkgs/hiawatha/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index 7c5d5d5fc57..3e4a4602fec 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -1,10 +1,10 @@ # Template file for 'hiawatha' pkgname=hiawatha version=9.12 -revision=1 +revision=2 build_style=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" maintainer="Enno Boland " license="GPL-2" @@ -17,7 +17,7 @@ configure_args=" -DENABLE_SSL=ON -DWEBROOT_DIR=/var/www -DWORK_DIR=/var/lib/hiawatha - -DUSE_SYSTEM_POLARSSL=ON + -DUSE_SYSTEM_MBEDTLS=ON -DCMAKE_INSTALL_SYSCONFDIR=/etc" conf_files=" /etc/hiawatha/cgi-wrapper.conf