diff options
author | Meir Kriheili <mksoft@gentoo.org> | 2003-12-09 10:08:22 +0000 |
---|---|---|
committer | Meir Kriheili <mksoft@gentoo.org> | 2003-12-09 10:08:22 +0000 |
commit | 8734a5d8b594ffa32fec213006972927470f9ecc (patch) | |
tree | b518f1e24c65d9275168e55db45d726f80d559ba /dev-db | |
parent | make sure automake 1.7 is used (diff) | |
download | gentoo-2-8734a5d8b594ffa32fec213006972927470f9ecc.tar.gz gentoo-2-8734a5d8b594ffa32fec213006972927470f9ecc.tar.bz2 gentoo-2-8734a5d8b594ffa32fec213006972927470f9ecc.zip |
Added strip-flags -funroll-loops. Should close #33584
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/firebird/Manifest | 4 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.0.3.ebuild | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index dca287577ec5..01ac21bd8d2a 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.10 2003/10/29 11:52:56 mksoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.11 2003/12/09 10:08:11 mksoft Exp $ *firebird-1.0.3 (15 Jun 2003) + 08 Dec 2003; Meir Kriheli <mksoft@gentoo.org> firebird-1.0.3.ebuild: + Added strip-flags -funroll-loops. Closes bug #33584 + 29 Oct 2003; Meir Kriheli <mksoft@gentoo.org> firebird-1.0.3.ebuild: Modified firebird-1.0.3-gentoo.patch; Closes bug #28685 diff --git a/dev-db/firebird/Manifest b/dev-db/firebird/Manifest index 3f72f447a9ec..abcaedaa4f02 100644 --- a/dev-db/firebird/Manifest +++ b/dev-db/firebird/Manifest @@ -1,7 +1,7 @@ MD5 2b6f422a6d1afe8fd18443a66ff0aa87 firebird-1.0-r1.ebuild 1385 -MD5 29c65408b64b4884dc178f88b737cdce ChangeLog 1534 +MD5 4168e6b51b229b38871333c40ad09a07 ChangeLog 1660 MD5 b6d46d544ce131eb681e0d7e68a465cc metadata.xml 623 -MD5 1627f8034128035f2ff7f18e9d57c963 firebird-1.0.3.ebuild 2540 +MD5 bc929054ba49833dda8df089ca66950a firebird-1.0.3.ebuild 2607 MD5 d795330e017a7f1afb99a0bbf69eaeb3 files/firebird-1.0.3-gentoo.patch 1661 MD5 b0d6de21d0e14d41983d440d5675e9d5 files/firebird.xinetd 206 MD5 d76a09a887248deb2d4d466f06515730 files/firebird-1.0-gentoo.patch 2549 diff --git a/dev-db/firebird/firebird-1.0.3.ebuild b/dev-db/firebird/firebird-1.0.3.ebuild index 422c26c0a6d3..be318049ff7d 100644 --- a/dev-db/firebird/firebird-1.0.3.ebuild +++ b/dev-db/firebird/firebird-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0.3.ebuild,v 1.5 2003/09/06 22:25:50 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0.3.ebuild,v 1.6 2003/12/09 10:08:11 mksoft Exp $ S=${WORKDIR}/interbase DESCRIPTION="A relational database offering many ANSI SQL-92 features" @@ -15,6 +15,11 @@ DEPEND="app-shells/bash >=sys-devel/gcc-2.95.3-r5" RESTRICT="nouserpriv" +inherit flag-o-matic + +# fix bug #33584 +strip-flags "-funroll-loops" + src_unpack() { unpack FirebirdCS-1.0.3.972-0.tar.gz cd ${WORKDIR} |