summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent/libtorrent.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-11-03 09:02:30 +0100
committer Matteo Bernardini2018-11-03 09:02:30 +0100
commitb6d7d1e6551cb86d90cff4064fd38be53c6a8ebc (patch)
tree2e1567dc54f95f52308b272139dcd428fc3648c9 /libraries/libtorrent/libtorrent.SlackBuild
parentf5cc7139e2a79e8b166161d949df59e81aa39cd1 (diff)
downloadslackbuilds-current-20181103.1.tar.gz
20181103.1 global branch merge.current-20181103.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent/libtorrent.SlackBuild')
-rw-r--r--libraries/libtorrent/libtorrent.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild
index feb2231046..b1d0d4cce8 100644
--- a/libraries/libtorrent/libtorrent.SlackBuild
+++ b/libraries/libtorrent/libtorrent.SlackBuild
@@ -51,6 +51,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+sed -i '/AM_PATH_CPPUNIT/d' configure.ac
+patch -p1 < $CWD/libtorrent-openssl-1.1.patch
+./autogen.sh
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \