From e3a1995898cc5cfc6d079f8c918041ea873de277 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 15 Sep 2016 19:53:05 +0200 Subject: [PATCH] libtorrent-rasterbar: fix python bindings Fixes #4771 --- srcpkgs/libtorrent-rasterbar/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index b8746d4be10..5e9ba6fa7d5 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar version=1.1.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libgeoip --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" hostmakedepends="pkg-config intltool" @@ -15,6 +15,7 @@ checksum=f70c82367b0980460ef95aff3e117fd4a174477892d529beec434f74d615b31f subpackages="libtorrent-rasterbar-devel" CXXFLAGS="-std=c++11" +CFLAGS="-std=c++11" # FIXME: bindings/python doesn't use CXXFLAGS if [ -z "$CROSS_BUILD" ]; then configure_args+=" --enable-python-binding"