summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2018-03-02 23:41:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-02 23:41:22 +0700
commit91e6fc8f964a198cbdd10c61d88c0a5abc4eea34 (patch)
tree928f59ce482b3c62c583eeff8b6c9831c425f5e9 /libraries
parentf19b8f15aabf0ef12b24877b0f62336105a6e57e (diff)
downloadslackbuilds-91e6fc8f964a198cbdd10c61d88c0a5abc4eea34.tar.gz
slackbuilds-91e6fc8f964a198cbdd10c61d88c0a5abc4eea34.tar.xz
libraries/libtorrent-rasterbar: Adjust CXXFLAGS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild6
-rw-r--r--libraries/libtorrent-rasterbar/libtorrent-rasterbar.info2
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
index 049571ef4a..d4535e8286 100644
--- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
+++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=libtorrent-rasterbar
VERSION=${VERSION:-1.0.11}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -70,7 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS -std=c++11" \
+CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
./configure \
--prefix=/usr \
@@ -81,7 +81,7 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
--enable-python-binding \
--enable-encryption \
--with-boost-libdir=/usr/lib${LIBDIRSUFFIX} \
- --with-libgeoip=system \
+ --with-libgeoip \
--disable-debug \
--build=$ARCH-slackware-linux
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info
index c5ed73ae3c..168555ec89 100644
--- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info
+++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info
@@ -6,5 +6,5 @@ MD5SUM="f49e43286a64e8bbdef9ea59baa78b55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="GeoIP"
-MAINTAINER="Dave Woodfall"
+MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"