diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-03-20 15:31:57 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-03-20 15:31:57 +0000 |
commit | 0742a7c9831f60c3609ddea3aab68b99d4203106 (patch) | |
tree | 8994ad656a8e4bb609b5dc4e22300160124e2012 /sci-libs/cln/ChangeLog | |
parent | Stable on sparc wrt #111007 (diff) | |
download | historical-0742a7c9831f60c3609ddea3aab68b99d4203106.tar.gz historical-0742a7c9831f60c3609ddea3aab68b99d4203106.tar.bz2 historical-0742a7c9831f60c3609ddea3aab68b99d4203106.zip |
Replace -Os flag by -O2 since it breaks things. This fixes bug #126585.
Package-Manager: portage-2.1_pre6-r4
Diffstat (limited to 'sci-libs/cln/ChangeLog')
-rw-r--r-- | sci-libs/cln/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-libs/cln/ChangeLog b/sci-libs/cln/ChangeLog index ce92335ec988..3df5029851a7 100644 --- a/sci-libs/cln/ChangeLog +++ b/sci-libs/cln/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cln # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.9 2006/02/13 19:18:46 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/ChangeLog,v 1.10 2006/03/20 15:31:57 markusle Exp $ + + 20 Mar 2006; Markus Dittrich <markusle@gentoo.org> cln-1.1.6.ebuild: + Replace -Os flag by -O2 since it breaks things. This fixes + bug #126585. 13 Feb 2006; Markus Dittrich <markusle@gentoo.org> cln-1.1.10.ebuild: Fixed typo in "replace-flags". This fixes bug #122681. |