summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-05-24 15:44:46 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-05-24 15:44:46 +0000
commit98f3b5e47512535e12d852eb48fb2ad6fd07c93e (patch)
tree366219221d4db8b24a973eeff190cc6984f72c0c /net-libs
parentStable for HPPA (bug #179401). (diff)
downloadgentoo-2-98f3b5e47512535e12d852eb48fb2ad6fd07c93e.tar.gz
gentoo-2-98f3b5e47512535e12d852eb48fb2ad6fd07c93e.tar.bz2
gentoo-2-98f3b5e47512535e12d852eb48fb2ad6fd07c93e.zip
append-flags -fno-strict-aliasing wrt bug #179554
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libtorrent/ChangeLog6
-rw-r--r--net-libs/libtorrent/libtorrent-0.11.4.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog
index 71851cd67df0..d0de2cc63a66 100644
--- a/net-libs/libtorrent/ChangeLog
+++ b/net-libs/libtorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libtorrent
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.96 2007/04/05 15:42:20 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.97 2007/05/24 15:44:46 drizzt Exp $
+
+ 24 May 2007; Timothy Redaelli <drizzt@gentoo.org>
+ libtorrent-0.11.4.ebuild:
+ append-flags -fno-strict-aliasing wrt bug #179554
05 Apr 2007; Timothy Redaelli <drizzt@gentoo.org>
libtorrent-0.11.2.ebuild:
diff --git a/net-libs/libtorrent/libtorrent-0.11.4.ebuild b/net-libs/libtorrent/libtorrent-0.11.4.ebuild
index c6d18b960799..88333d272533 100644
--- a/net-libs/libtorrent/libtorrent-0.11.4.ebuild
+++ b/net-libs/libtorrent/libtorrent-0.11.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.4.ebuild,v 1.1 2007/04/04 19:59:17 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.4.ebuild,v 1.2 2007/05/24 15:44:46 drizzt Exp $
inherit eutils toolchain-funcs flag-o-matic libtool autotools
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
src_compile() {
replace-flags -Os -O2
+ append-flags -fno-strict-aliasing
if [[ $(tc-arch) = "x86" ]]; then
filter-flags -fomit-frame-pointer -fforce-addr