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 \