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