public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Raul Porcel (armin76)" <armin76@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/crypto++: crypto++-5.5.2.ebuild ChangeLog
Date: Tue, 05 Aug 2008 18:05:40 +0000	[thread overview]
Message-ID: <E1KQQui-0007it-Ch@stork.gentoo.org> (raw)

armin76     08/08/05 18:05:40

  Modified:             crypto++-5.5.2.ebuild ChangeLog
  Log:
  Make it compile with -O1, since -O2 gives issues, bug #220102
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.12                 dev-libs/crypto++/crypto++-5.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/crypto++/crypto++-5.5.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/crypto++/crypto++-5.5.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/crypto++/crypto++-5.5.2.ebuild?r1=1.11&r2=1.12

Index: crypto++-5.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.5.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- crypto++-5.5.2.ebuild	24 Apr 2008 13:08:28 -0000	1.11
+++ crypto++-5.5.2.ebuild	5 Aug 2008 18:05:39 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.5.2.ebuild,v 1.11 2008/04/24 13:08:28 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.5.2.ebuild,v 1.12 2008/08/05 18:05:39 armin76 Exp $
 
 inherit flag-o-matic eutils toolchain-funcs multilib
 
@@ -18,8 +18,8 @@
 S="${WORKDIR}"
 
 src_compile() {
-	# -O3 causes segfaults
-	replace-flags -O3 -O2
+	# More than -O1 gives problems
+	replace-flags -O? -O1
 	filter-flags -fomit-frame-pointer
 	use sse2 || append-flags -DCRYPTOPP_DISABLE_SSE2
 	emake -f GNUmakefile \



1.46                 dev-libs/crypto++/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/crypto++/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	24 Apr 2008 13:08:28 -0000	1.45
+++ ChangeLog	5 Aug 2008 18:05:39 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/crypto++
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.45 2008/04/24 13:08:28 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.46 2008/08/05 18:05:39 armin76 Exp $
+
+  05 Aug 2008; Raúl Porcel <armin76@gentoo.org> crypto++-5.5.2.ebuild:
+  Make it compile with -O1, since -O2 gives issues, bug #220102
 
   24 Apr 2008; Alon Bar-Lev <alonbl@gentoo.org> crypto++-5.5.2.ebuild:
   Add sse2 USE flag, bug#217907






             reply	other threads:[~2008-08-05 18:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05 18:05 Raul Porcel (armin76) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-24 13:08 [gentoo-commits] gentoo-x86 commit in dev-libs/crypto++: crypto++-5.5.2.ebuild ChangeLog Alon Bar-Lev (alonbl)
2008-03-25 21:50 Jeroen Roovers (jer)
2008-03-20 15:34 Raul Porcel (armin76)
2008-01-29 21:58 Jeroen Roovers (jer)
2008-01-26 21:22 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KQQui-0007it-Ch@stork.gentoo.org \
    --to=armin76@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox