summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:43:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:43:58 +0000
commit25d4e0019502b7a242671709029dbd9242fffc45 (patch)
tree7879e058f7d30aeda49f78248d48f0702c4e9ca8 /x11-misc
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadgentoo-2-25d4e0019502b7a242671709029dbd9242fffc45.tar.gz
gentoo-2-25d4e0019502b7a242671709029dbd9242fffc45.tar.bz2
gentoo-2-25d4e0019502b7a242671709029dbd9242fffc45.zip
Use bindnow-flags function instead of -Wl,-z,now.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xlockmore/ChangeLog5
-rw-r--r--x11-misc/xlockmore/xlockmore-5.19.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xlockmore/ChangeLog b/x11-misc/xlockmore/ChangeLog
index 5042a70b4aea..61b6fba1ce9e 100644
--- a/x11-misc/xlockmore/ChangeLog
+++ b/x11-misc/xlockmore/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xlockmore
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.34 2005/08/13 23:27:07 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.35 2005/12/25 15:41:06 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> xlockmore-5.19.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
xlockmore-5.17-r1.ebuild:
diff --git a/x11-misc/xlockmore/xlockmore-5.19.ebuild b/x11-misc/xlockmore/xlockmore-5.19.ebuild
index 5f95a27ca7bf..f022ed69c7b1 100644
--- a/x11-misc/xlockmore/xlockmore-5.19.ebuild
+++ b/x11-misc/xlockmore/xlockmore-5.19.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/x11-misc/xlockmore/xlockmore-5.19.ebuild,v 1.1 2005/08/11 02:41:07 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.19.ebuild,v 1.2 2005/12/25 15:41:06 flameeyes Exp $
inherit gnuconfig eutils pam flag-o-matic
@@ -44,7 +44,7 @@ src_compile() {
|| die "econf failed"
# fixes suid-with-lazy-bindings problem
- append-flags '-Wl,-z,now'
+ append-flags $(bindnow-flags)
emake || die "Make failed"