diff options
author | Leo Unglaub <leo@leo-unglaub.net> | 2015-06-28 01:29:52 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-29 08:30:08 +0000 |
commit | 2e130e9a35cd7105f7d9fe0b07e5d3d5aa593ec1 (patch) | |
tree | 327fd2140d62e4348e5f33525f390950e36693f8 /testing/hiawatha | |
parent | 4dd94439b7afd86b21a0124438c131c4a39525a9 (diff) | |
download | aports-2e130e9a35cd7105f7d9fe0b07e5d3d5aa593ec1.tar.bz2 aports-2e130e9a35cd7105f7d9fe0b07e5d3d5aa593ec1.tar.xz |
testing/hiawatha: Using the system mbedtls version
Diffstat (limited to 'testing/hiawatha')
-rw-r--r-- | testing/hiawatha/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/hiawatha/APKBUILD b/testing/hiawatha/APKBUILD index 5878ca1e07..3f00872b6e 100644 --- a/testing/hiawatha/APKBUILD +++ b/testing/hiawatha/APKBUILD @@ -10,7 +10,7 @@ arch=all license='GPL' options="suid" subpackages="$pkgname-doc" -makedepends="cmake libxml2-dev libxslt-dev" +makedepends="cmake libxml2-dev libxslt-dev mbedtls-dev" source="https://hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz hiawatha.initd hiawatha.conf.sample" @@ -28,6 +28,7 @@ build() { -DLOG_DIR=/var/log/hiawatha \ -DPID_DIR=/var/run \ -DENABLE_SSL=ON \ + -DUSE_SYSTEM_MBEDTLS=ON \ -DWEBROOT_DIR=/var/www/hiawatha \ -DWORK_DIR=/var/lib/hiawatha || return 1 |