summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 14:44:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 14:44:07 +0000
commit9730d9eead8b645d9b3188b76ae9c74909fb4a48 (patch)
tree8b63528c37354d9cda426726eccdf742f5058e79 /app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
parentInitial Samhain ebuild. (diff)
downloadgentoo-2-9730d9eead8b645d9b3188b76ae9c74909fb4a48.tar.gz
gentoo-2-9730d9eead8b645d9b3188b76ae9c74909fb4a48.tar.bz2
gentoo-2-9730d9eead8b645d9b3188b76ae9c74909fb4a48.zip
Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.4.2-r3.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-1.4.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild b/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
index 43f36263806a..cc519997b77d 100644
--- a/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild,v 1.12 2005/12/11 20:25:06 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2-r3.ebuild,v 1.13 2005/12/25 14:44:07 flameeyes Exp $
inherit eutils flag-o-matic linux-info
@@ -100,7 +100,7 @@ src_compile() {
# Bug #6387, --enable-m-guard causes bus error on sparcs
use sparc || myconf="${myconf} --enable-m-guard"
- use ppc-macos || append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
# configure doesn't trean --disable-asm correctly
use x86 && myconf="${myconf} --enable-asm"