mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
pkgname=wt
|
||||||
pkgver=3.3.5rc2
|
pkgver=3.3.5rc2
|
||||||
_pkgver=3.3.5-rc2
|
_pkgver=3.3.5-rc2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="a C++ library and application server for developing and deploying web applications"
|
pkgdesc="a C++ library and application server for developing and deploying web applications"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.webtoolkit.eu/"
|
url="http://www.webtoolkit.eu/"
|
||||||
|
@ -37,6 +37,7 @@ build() {
|
||||||
cmake \
|
cmake \
|
||||||
-DCONNECTOR_HTTP=ON \
|
-DCONNECTOR_HTTP=ON \
|
||||||
-DWT_CPP_11_MODE=-std=c++11 \
|
-DWT_CPP_11_MODE=-std=c++11 \
|
||||||
|
-DCONFIGDIR=/etc \
|
||||||
-DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
|
-DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DWEBUSER=http \
|
-DWEBUSER=http \
|
||||||
|
|
Loading…
Reference in a new issue