diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-17 07:04:07 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-17 07:04:07 +0100 |
commit | cf6bade9df866c1e8ad318ff6bce3aa975885879 (patch) | |
tree | c45a71f4158704d6e25472629dbada65e7fe513d /rtorrent | |
parent | b9c33722121cd25bec1af506e37cc98fc4c9476b (diff) | |
download | contrib-cf6bade9df866c1e8ad318ff6bce3aa975885879.tar.gz contrib-cf6bade9df866c1e8ad318ff6bce3aa975885879.tar.xz |
rtorrent and libtorrent: bump
Diffstat (limited to 'rtorrent')
-rw-r--r-- | rtorrent/.md5sum | 2 | ||||
-rw-r--r-- | rtorrent/Pkgfile | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/rtorrent/.md5sum b/rtorrent/.md5sum index 88372c605..9efc79814 100644 --- a/rtorrent/.md5sum +++ b/rtorrent/.md5sum @@ -1 +1 @@ -9077817e5a0f505e0b71add9c57b89f7 rtorrent-0.6.4.tar.gz +26758f948874e1ee9732628772483b7b rtorrent-0.7.0.tar.gz diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile index e19da0d54..b00f40847 100644 --- a/rtorrent/Pkgfile +++ b/rtorrent/Pkgfile @@ -5,15 +5,12 @@ # Depends on: libtorrent curl name=rtorrent -version=0.6.4 +version=0.7.0 release=1 source="http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz" build() { - if gcc --version |grep -q '4\.0\.'; then - export CXXFLAGS="$CXXFLAGS -fno-strength-reduce -fno-thread-jumps -fno-inline -fforce-addr" - fi cd $name-$version ./configure \ --prefix=/usr \ |