]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - libtorrent/libtorrent.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / libtorrent / libtorrent.nm
index b989dabdb1c27c9b2daa77063856e891fe22ffea..18bf990855c844ea13a41b161019bb35c1f08f84 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libtorrent
-version    = 0.12.7
+version    = 0.12.9
 release    = 1
 
 groups     = Internet/P2P
@@ -17,7 +17,7 @@ description
        focus on high performance and good code.
 end
 
-source_dl  =
+source_dl  = http://libtorrent.rakshasa.no/downloads/
 
 build
        requires
@@ -25,13 +25,18 @@ build
                libsigc++-devel
                openssl-devel
        end
+
+       CFLAGS += -fno-strict-aliasing
 end
 
 packages
        package %{name}
-       end
-       
+
        package %{name}-devel
                template DEVEL
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end