From c27acf1af6e90e9676b0fe429f799c6b81df94a7 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 5 Nov 2015 06:56:37 +0000 Subject: [PATCH] community/wt to 3.3.5rc2-2 --- community/wt/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index f5adc1661..58b7a133f 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -9,7 +9,7 @@ pkgname=wt pkgver=3.3.5rc2 _pkgver=3.3.5-rc2 -pkgrel=1 +pkgrel=2 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" @@ -37,6 +37,7 @@ build() { cmake \ -DCONNECTOR_HTTP=ON \ -DWT_CPP_11_MODE=-std=c++11 \ + -DCONFIGDIR=/etc \ -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWEBUSER=http \