summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-23 18:25:15 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-23 18:25:15 +0000
commitcee210f6a11a96b1c8e168a4a46fd008c23122a9 (patch)
treebaf3274bc596f3e248461e7188baca54e095e171
parentc563cf26d9c2812e5fe0165a500a27e9400e7cbd (diff)
downloadasb-cee210f6a11a96b1c8e168a4a46fd008c23122a9.tar.gz
asb-cee210f6a11a96b1c8e168a4a46fd008c23122a9.tar.xz
libtorrent-rasterbarL remove '-std=c++11' from the CXXFLAGS or else qbittorrent fails to compile (wants -std=c++14)
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index 36a77432..c7e8f3be 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -236,7 +236,7 @@ fi
echo Building ...
build_ltr() {
LDFLAGS="$SLKLDFLAGS" \
- CXXFLAGS="$SLKCFLAGS -std=c++11" \
+ CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \