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 /sys-process
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 'sys-process')
-rw-r--r--sys-process/vixie-cron/ChangeLog6
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog
index 014b6a10b104..7c9627b67036 100644
--- a/sys-process/vixie-cron/ChangeLog
+++ b/sys-process/vixie-cron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/vixie-cron
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.21 2005/09/16 11:57:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.22 2005/12/25 15:39:49 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ vixie-cron-4.1-r8.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
16 Sep 2005; Aron Griffis <agriffis@gentoo.org> vixie-cron-4.1-r8.ebuild:
Mark 4.1-r8 stable on alpha
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild
index c85060bfcd02..760a9e1ec15c 100644
--- a/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild
+++ b/sys-process/vixie-cron/vixie-cron-4.1-r8.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/vixie-cron/vixie-cron-4.1-r8.ebuild,v 1.9 2005/09/16 11:57:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild,v 1.10 2005/12/25 15:39:50 flameeyes Exp $
inherit cron toolchain-funcs debug pam
@@ -44,7 +44,7 @@ src_compile() {
# for details. Note that we do the sed fixes here rather than in unpack so
# that our changes to LDFLAGS are picked up.
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
use debug && append-flags -DDEBUGGING
sed -i -e "s:gcc \(-Wall.*\):$(tc-getCC) \1 ${CFLAGS}:" \