[packages/libtorrent] - rel 2; disable atomic ops on < i586
arekm
arekm at pld-linux.org
Mon May 19 12:00:51 CEST 2014
commit 90230e93c9a72b3695edd35de09a642f684d45a6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon May 19 12:00:48 2014 +0200
- rel 2; disable atomic ops on < i586
libtorrent.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libtorrent.spec b/libtorrent.spec
index 7965e09..b1aabe6 100644
--- a/libtorrent.spec
+++ b/libtorrent.spec
@@ -8,7 +8,7 @@ Summary(pl.UTF-8): LibTorrent - biblioteka BitTorrenta napisana w C++ dla Uniksa
Name: libtorrent
# keep stable line, see URL below
Version: 0.13.4
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2+
Group: Libraries
@@ -90,7 +90,9 @@ fi
--%{?with_ipv6:en}%{!?with_ipv6:dis}able-ipv6 \
--%{?debug:en}%{!?debug:dis}able-debug \
%{?with_static_libs:--enable-static} \
- --enable-python-binding
+%ifarch i386 i486
+ --disable-instrumentation
+%endif
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libtorrent.git/commitdiff/90230e93c9a72b3695edd35de09a642f684d45a6
More information about the pld-cvs-commit
mailing list