summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-06-01 09:23:33 +0000
committer Eric Hameleers <alien@slackware.com>2010-06-01 09:23:33 +0000
commita5ef4d5c09e4b4a3c1c9f8ed773dc1f6797aa816 (patch)
tree71375da272b6a9c38617553990ae955086912638 /libtorrent-rasterbar
parent26037ce530f5aae1e29e82c425811a2187586d6b (diff)
downloadasb-a5ef4d5c09e4b4a3c1c9f8ed773dc1f6797aa816.tar.gz
asb-a5ef4d5c09e4b4a3c1c9f8ed773dc1f6797aa816.tar.xz
Fix compilation on multilib system; The asio header files are no longer included.
Diffstat (limited to 'libtorrent-rasterbar')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index a10f8b62..9af23b02 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -165,6 +165,7 @@ CFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--enable-python-binding \
--with-zlib=system \
+ --with-boost-libdir=/usr/lib${LIBDIRSUFFIX} \
--with-boost-system=boost_system$MT \
--with-boost-filesystem=boost_filesystem$MT \
--with-boost-thread=boost_thread$MT \
@@ -186,8 +187,9 @@ make -C examples dump_torrent 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
install -d -m0755 $PKG/usr/bin
install -m0755 examples/dump_torrent $PKG/usr/bin/dump_torrent
-# Install missing asio includes; thanks to Heinz Wiesinger.
-cp -a include/libtorrent/asio $PKG/usr/include/libtorrent/
+## Install missing asio includes; thanks to Heinz Wiesinger.
+## Note: no longer present in v0.15.0
+#cp -a include/libtorrent/asio $PKG/usr/include/libtorrent/
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION