diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:38:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:38:44 +0000 |
commit | 5d847e0b652e0d4bc634a3c6fe8e73bc0543ca51 (patch) | |
tree | f453ee5337814d5f95c4ae53edb51d99d93f5127 /sys-process | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | gentoo-2-5d847e0b652e0d4bc634a3c6fe8e73bc0543ca51.tar.gz gentoo-2-5d847e0b652e0d4bc634a3c6fe8e73bc0543ca51.tar.bz2 gentoo-2-5d847e0b652e0d4bc634a3c6fe8e73bc0543ca51.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/fcron/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.0.0.ebuild | 4 |
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) \ |