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-apps/slocate | |
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-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 4b6cd21502f1..e4e906178ce4 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.57 2005/09/17 00:33:59 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.58 2005/12/25 15:35:22 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> slocate-2.7-r8.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/sys-apps/slocate/slocate-2.7-r8.ebuild b/sys-apps/slocate/slocate-2.7-r8.ebuild index 7bc34b15c5be..1d3edb1e04f7 100644 --- a/sys-apps/slocate/slocate-2.7-r8.ebuild +++ b/sys-apps/slocate/slocate-2.7-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-apps/slocate/slocate-2.7-r8.ebuild,v 1.4 2005/09/13 23:43:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.5 2005/12/25 15:35:22 flameeyes Exp $ inherit flag-o-matic eutils @@ -44,7 +44,7 @@ src_unpack() { filter-lfs-flags # this is safe since slocate only has 1 binary - append-ldflags -Wl,-z,now + append-ldflags $(bindnow-flags) sed -i \ -e "/groupadd/s/^/#/" \ |