summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-09 22:42:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-09 22:42:36 +0000
commiteb4bf87e2f9de67e94e33cd65348e2a57a9124cd (patch)
tree837c0030625346ba17359f10420fbbafaffb879b /sys-apps
parentStable on mips. (diff)
downloadgentoo-2-eb4bf87e2f9de67e94e33cd65348e2a57a9124cd.tar.gz
gentoo-2-eb4bf87e2f9de67e94e33cd65348e2a57a9124cd.tar.bz2
gentoo-2-eb4bf87e2f9de67e94e33cd65348e2a57a9124cd.zip
Use bindnow-flags instead of -Wl,-z,now.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pam-login/ChangeLog6
-rw-r--r--sys-apps/pam-login/pam-login-4.0.12.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/pam-login/ChangeLog b/sys-apps/pam-login/ChangeLog
index 652cf64adf68..d26c4ef1fe99 100644
--- a/sys-apps/pam-login/ChangeLog
+++ b/sys-apps/pam-login/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/pam-login
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.58 2005/10/09 21:50:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.59 2005/10/09 22:42:36 flameeyes Exp $
+
+ 09 Oct 2005; Diego Pettenò <flameeyes@gentoo.org>
+ pam-login-4.0.12.ebuild:
+ Use bindnow-flags instead of -Wl,-z,now.
09 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
pam-login-4.0.12.ebuild:
diff --git a/sys-apps/pam-login/pam-login-4.0.12.ebuild b/sys-apps/pam-login/pam-login-4.0.12.ebuild
index f320b4b85c1b..7ae499737b9b 100644
--- a/sys-apps/pam-login/pam-login-4.0.12.ebuild
+++ b/sys-apps/pam-login/pam-login-4.0.12.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/sys-apps/pam-login/pam-login-4.0.12.ebuild,v 1.2 2005/10/09 21:50:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-4.0.12.ebuild,v 1.3 2005/10/09 22:42:36 flameeyes Exp $
inherit eutils libtool flag-o-matic pam autotools
@@ -52,7 +52,7 @@ src_unpack() {
}
src_compile() {
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
[[ ${CTARGET:-${CHOST}} != ${CHOST} ]] \
&& export ac_cv_func_setpgrp_void=yes
econf \