summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:11:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:11:56 +0000
commit2411b5f4ed3482776f2c95659246b642055dc8c1 (patch)
treed46a6ca5de9f4635f3af826ed8a6541c553de995 /net-libs/liblockfile
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadhistorical-2411b5f4ed3482776f2c95659246b642055dc8c1.tar.gz
historical-2411b5f4ed3482776f2c95659246b642055dc8c1.tar.bz2
historical-2411b5f4ed3482776f2c95659246b642055dc8c1.zip
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r--net-libs/liblockfile/ChangeLog6
-rw-r--r--net-libs/liblockfile/Manifest12
-rw-r--r--net-libs/liblockfile/liblockfile-1.06.ebuild6
3 files changed, 14 insertions, 10 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog
index 55227076f80d..85113dbead2c 100644
--- a/net-libs/liblockfile/ChangeLog
+++ b/net-libs/liblockfile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/liblockfile
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.27 2005/08/10 11:24:51 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.28 2005/12/25 15:11:56 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ liblockfile-1.06.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
10 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> liblockfile-1.06.ebuild:
Stable on mips.
diff --git a/net-libs/liblockfile/Manifest b/net-libs/liblockfile/Manifest
index f2de0035baff..47ce7b720dc6 100644
--- a/net-libs/liblockfile/Manifest
+++ b/net-libs/liblockfile/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 54ba812290d981dff554188bdbfa4910 liblockfile-1.06.ebuild 848
-MD5 8dbf56108a3d1becd7621e560807e32f ChangeLog 3636
-MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
+MD5 bbad709d149220edbc91cf34f2c8dcb0 ChangeLog 3771
MD5 5237ea115f3e61f8b3eed57a52002c05 files/digest-liblockfile-1.06 67
+MD5 8e511b5ef0108f12000cb0524940e5a0 liblockfile-1.06.ebuild 871
+MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFC+eQaEZCkKN40op4RAjZsAKCevDkBo+eEwkELPFGegr/LawXiJACdH+g+
-KL0MUdX62Z4z8geVfmy+GQc=
-=KASG
+iD8DBQFDrrbDAiZjviIA2XgRAlojAJ9GcynGLPZQ4j0A5Kq/jdeIgKaxVgCfek+j
+vdlR8Ay7VHGluFsfQ4RPlng=
+=fVuT
-----END PGP SIGNATURE-----
diff --git a/net-libs/liblockfile/liblockfile-1.06.ebuild b/net-libs/liblockfile/liblockfile-1.06.ebuild
index 7e4217fbf78a..c14476938cc1 100644
--- a/net-libs/liblockfile/liblockfile-1.06.ebuild
+++ b/net-libs/liblockfile/liblockfile-1.06.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06.ebuild,v 1.10 2005/08/10 11:24:51 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06.ebuild,v 1.11 2005/12/25 15:11:56 flameeyes Exp $
-inherit eutils multilib
+inherit eutils multilib flag-o-matic
DESCRIPTION="Implements functions designed to lock the standard mailboxes."
SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz"
@@ -17,7 +17,7 @@ IUSE=""
src_compile() {
# Do not use lazy bindings on setXid files
- sed -i -e 's~-o dotlockfile~-Wl,-z,now &~g' Makefile.in
+ sed -i -e 's~-o dotlockfile~'$(bindnow-flags)' &~g' Makefile.in
econf --with-mailgroup=mail --enable-shared || die
emake || die
}