[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 4 17:57:58 UTC 2019


    Date: Wednesday, December 4, 2019 @ 17:57:58
  Author: arojas
Revision: 370395

Remove obsolete CXXFLAGS, we're at c++14 now and this breaks qbittorrent

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-04 16:13:33 UTC (rev 370394)
+++ PKGBUILD	2019-12-04 17:57:58 UTC (rev 370395)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/"
@@ -34,8 +34,6 @@
   _boost="boost_python"
   if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
 
-  # https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
-  CXXFLAGS="$CXXFLAGS -std=c++11" \
   PYTHON=/usr/bin/python$1 \
   ../$pkgname-$pkgver/configure \
     --prefix=/usr \



More information about the arch-commits mailing list