community/wt: rebuild against boost 1.62

This commit is contained in:
Natanael Copa 2016-10-21 12:11:09 +00:00
parent 92c9f564f7
commit fc0ce22cd7

View File

@ -3,13 +3,13 @@
pkgname=wt
pkgver=3.3.6
_pkgver=3.3.6
pkgrel=2
pkgrel=3
pkgdesc="A C++ library and application server for developing and deploying web applications"
url="http://www.webtoolkit.eu"
arch="all"
license="GPL"
depends=""
depends_dev="zlib-dev boost-dev sqlite-dev mesa-dev glu-dev graphicsmagick-dev
depends_dev="zlib-dev boost-dev sqlite-dev mesa-dev glu-dev graphicsmagick-dev
libressl-dev pango-dev sqlite-dev fcgi-dev postgresql-dev qt-dev libharu-dev"
makedepends="$depends_dev cmake boost"
install=""
@ -23,6 +23,7 @@ builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
mkdir -p build && cd build
CXXFLAGS="-fpermissive" \
cmake \
-DCONNECTOR_HTTP=ON \
-DWT_CPP_11_MODE=-std=c++11 \