summaryrefslogtreecommitdiff
path: root/www-servers/hiawatha/hiawatha-9.0.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-04-20 20:43:51 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-20 20:43:51 +0200
commit5c8bf4906082363b4e20efd3185abbdc1d96ad90 (patch)
treeb253b1ad6d3a0b30d0e22a511310101e810f3f38 /www-servers/hiawatha/hiawatha-9.0.ebuild
parente054ac7491f0b5e3f69834bda51dc5c2f11f8b0f (diff)
downloadoverlay-5c8bf4906082363b4e20efd3185abbdc1d96ad90.tar.gz
overlay-5c8bf4906082363b4e20efd3185abbdc1d96ad90.tar.bz2
overlay-5c8bf4906082363b4e20efd3185abbdc1d96ad90.zip
Final changes to hiawatha
Diffstat (limited to '')
-rw-r--r--www-servers/hiawatha/hiawatha-9.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/www-servers/hiawatha/hiawatha-9.0.ebuild b/www-servers/hiawatha/hiawatha-9.0.ebuild
index 414c07a..937851e 100644
--- a/www-servers/hiawatha/hiawatha-9.0.ebuild
+++ b/www-servers/hiawatha/hiawatha-9.0.ebuild
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="debug +cache chroot ipv6 monitor +rewrite rproxy ssl tomahawk xsl"
-DEPEND="ssl? ( >=net-libs/polarssl-1.2 )
+DEPEND="sys-libs/zlib
+ ssl? ( >=net-libs/polarssl-1.2 )
xsl? ( dev-libs/libxslt
dev-libs/libxml2 )"
@@ -27,9 +28,6 @@ PDEPEND="monitor? ( www-apps/hiawatha-monitor )"
PATCHES=("${FILESDIR}"/${P}-no-bundled-polarssl.patch)
src_configure() {
- if use debug; then
- CMAKE_BUILD_TYPE="RelWithDebInfo"
- fi
if use kernel_linux; then
local myargs=" -DENABLE_LOADCHECK=ON "
fi
@@ -59,5 +57,5 @@ src_install() {
newinitd "${FILESDIR}"/hiawatha.initd hiawatha
- keepdir /var/l{ib,og}/hiawatha
+ keepdir /var/{lib,log}/hiawatha
}