From e961b9f72d4a5fdcadaa065c2ddfec04bc83cbfb Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 23 Jun 2018 08:50:38 +0200 Subject: 20180623.1 global branch merge. Signed-off-by: Matteo Bernardini --- libraries/libtorrent/libtorrent.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libraries/libtorrent/libtorrent.SlackBuild') 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 \ -- cgit v1.2.3