diff options
author | Thilo Bangert <bangert@gentoo.org> | 2008-06-26 07:57:55 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2008-06-26 07:57:55 +0000 |
commit | 28c0bd2abb827ebaca800f6464c0dbcd591d6010 (patch) | |
tree | 993ed3a2c757d9edd9ddc533b8bf8fe387aa7e13 /app-crypt | |
parent | libgcrypt is not optional in this snapshot, bug #229433 (diff) | |
download | gentoo-2-28c0bd2abb827ebaca800f6464c0dbcd591d6010.tar.gz gentoo-2-28c0bd2abb827ebaca800f6464c0dbcd591d6010.tar.bz2 gentoo-2-28c0bd2abb827ebaca800f6464c0dbcd591d6010.zip |
remove bindnow-flags - as per bug #226945 - thanks flameeyes
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/nistp224/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/nistp224/nistp224-0.75.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-crypt/nistp224/ChangeLog b/app-crypt/nistp224/ChangeLog index 92f9df401e45..701b91156593 100644 --- a/app-crypt/nistp224/ChangeLog +++ b/app-crypt/nistp224/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/nistp224 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/ChangeLog,v 1.1 2008/01/30 22:57:59 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/ChangeLog,v 1.2 2008/06/26 07:57:55 bangert Exp $ + + 26 Jun 2008; Thilo Bangert <bangert@gentoo.org> nistp224-0.75.ebuild: + remove bindnow-flags - as per bug #226945 *nistp224-0.75 (30 Jan 2008) diff --git a/app-crypt/nistp224/nistp224-0.75.ebuild b/app-crypt/nistp224/nistp224-0.75.ebuild index 387c3abcdf70..9f59a3e2c592 100644 --- a/app-crypt/nistp224/nistp224-0.75.ebuild +++ b/app-crypt/nistp224/nistp224-0.75.ebuild @@ -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/app-crypt/nistp224/nistp224-0.75.ebuild,v 1.1 2008/01/30 22:57:59 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/nistp224-0.75.ebuild,v 1.2 2008/06/26 07:57:55 bangert Exp $ inherit toolchain-funcs flag-o-matic fixheadtails @@ -21,7 +21,6 @@ src_unpack() { epatch "${FILESDIR}"/${P}-declare-exit.patch cd "${S}" ht_fix_file Makefile print*.sh - append-ldflags $(bindnow-flags) append-flags -fPIC echo -n "$(tc-getCC) ${CFLAGS}" > conf-cc echo -n "$(tc-getCC) ${LDFLAGS}" > conf-ld |