mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/wt to 3.3.5rc2-2
This commit is contained in:
parent
8e515369d1
commit
c27acf1af6
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue