summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:39:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:39:50 +0000
commit14468930b7377c5bbf95c9efa29a937300d3467a (patch)
tree8105a583a1107aeb40681ea0227aeeaed81cdd39 /sys-process/fcron
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadhistorical-14468930b7377c5bbf95c9efa29a937300d3467a.tar.gz
historical-14468930b7377c5bbf95c9efa29a937300d3467a.tar.bz2
historical-14468930b7377c5bbf95c9efa29a937300d3467a.zip
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'sys-process/fcron')
-rw-r--r--sys-process/fcron/ChangeLog5
-rw-r--r--sys-process/fcron/fcron-3.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog
index 2b5d3f6e57a7..9d748b6bceb5 100644
--- a/sys-process/fcron/ChangeLog
+++ b/sys-process/fcron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/fcron
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.10 2005/10/27 23:53:50 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.11 2005/12/25 15:38:02 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> fcron-3.0.0.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
27 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> files/fcron.rc6,
fcron-3.0.0.ebuild:
diff --git a/sys-process/fcron/fcron-3.0.0.ebuild b/sys-process/fcron/fcron-3.0.0.ebuild
index b99720e29a16..178fdd2bcbc7 100644
--- a/sys-process/fcron/fcron-3.0.0.ebuild
+++ b/sys-process/fcron/fcron-3.0.0.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-process/fcron/fcron-3.0.0.ebuild,v 1.4 2005/10/27 23:53:50 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.0.ebuild,v 1.5 2005/12/25 15:38:02 flameeyes Exp $
inherit cron pam eutils
@@ -60,7 +60,7 @@ src_compile() {
# QA security notice fix; see "[gentoo-core] Heads up changes in suid
# handing with portage >=51_pre21" for more details.
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
econf \
$(use_with pam) \