diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-10-07 13:05:42 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-10-07 13:05:42 +0000 |
commit | 7a303ae7a989070d367abd7f1e267e0b434ee85e (patch) | |
tree | e9103f5c7137108e9a7b5759d753649d199952a6 /app-crypt | |
parent | remove old patches (Manifest recommit) (diff) | |
download | gentoo-2-7a303ae7a989070d367abd7f1e267e0b434ee85e.tar.gz gentoo-2-7a303ae7a989070d367abd7f1e267e0b434ee85e.tar.bz2 gentoo-2-7a303ae7a989070d367abd7f1e267e0b434ee85e.zip |
append-ldflags -Wl,-z,now
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.6.ebuild b/app-crypt/gnupg/gnupg-1.2.6.ebuild index 3e82dea8e7f7..145928d0a963 100644 --- a/app-crypt/gnupg/gnupg-1.2.6.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.6.ebuild,v 1.5 2004/10/07 13:00:13 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.6.ebuild,v 1.6 2004/10/07 13:05:42 taviso Exp $ inherit eutils flag-o-matic @@ -89,6 +89,8 @@ src_compile() { myconf="${myconf} --enable-m-guard" fi + append-ldflags -Wl,-z,now + econf ${myconf} || die emake || die } |