summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:27:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:27:50 +0000
commit8a84f5cd4b15d9b09e1c2b666130ba3df5da7db8 (patch)
tree781b68aef013bbe6a88f6693e92950437bbee21d /sys-apps
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadhistorical-8a84f5cd4b15d9b09e1c2b666130ba3df5da7db8.tar.gz
historical-8a84f5cd4b15d9b09e1c2b666130ba3df5da7db8.tar.bz2
historical-8a84f5cd4b15d9b09e1c2b666130ba3df5da7db8.zip
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/man/ChangeLog5
-rw-r--r--sys-apps/man/man-1.6b-r2.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/ChangeLog6
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild4
-rw-r--r--sys-apps/pmount/ChangeLog5
-rw-r--r--sys-apps/pmount/pmount-0.9.6.ebuild4
-rw-r--r--sys-apps/util-linux/ChangeLog6
-rw-r--r--sys-apps/util-linux/util-linux-2.12r-r2.ebuild4
8 files changed, 26 insertions, 12 deletions
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog
index 4d7aa60d7329..9571b576fbd2 100644
--- a/sys-apps/man/ChangeLog
+++ b/sys-apps/man/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/man
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.80 2005/12/16 13:15:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.81 2005/12/25 15:27:10 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> man-1.6b-r2.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> man-1.6b-r2.ebuild:
Replace root:root in root:0. Bug #103563.
diff --git a/sys-apps/man/man-1.6b-r2.ebuild b/sys-apps/man/man-1.6b-r2.ebuild
index ae9895ae9cac..1c8e38339e00 100644
--- a/sys-apps/man/man-1.6b-r2.ebuild
+++ b/sys-apps/man/man-1.6b-r2.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/man/man-1.6b-r2.ebuild,v 1.2 2005/12/16 13:15:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6b-r2.ebuild,v 1.3 2005/12/25 15:27:10 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -54,7 +54,7 @@ src_unpack() {
epatch "${FILESDIR}"/man-1.5p-mandirlist.patch
# use non-lazy binds for man
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
strip-linguas $(eval $(grep ^LANGUAGES= configure) ; echo ${LANGUAGES//,/ })
}
diff --git a/sys-apps/pcmcia-cs/ChangeLog b/sys-apps/pcmcia-cs/ChangeLog
index 4a290b46ff62..96c01b3bd97f 100644
--- a/sys-apps/pcmcia-cs/ChangeLog
+++ b/sys-apps/pcmcia-cs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/pcmcia-cs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/ChangeLog,v 1.106 2005/12/07 14:50:46 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/ChangeLog,v 1.107 2005/12/25 15:27:50 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ pcmcia-cs-3.2.8-r2.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
07 Dec 2005; Henrik Brix Andersen <brix@gentoo.org>
pcmcia-cs-3.2.8-r2.ebuild:
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild
index 6c12f7006750..2c4ceeeb5f70 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.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/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v 1.9 2005/12/07 14:50:46 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v 1.10 2005/12/25 15:27:50 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs linux-info
@@ -94,7 +94,7 @@ src_compile() {
fi
# cardctl, cardinfo and xcardinfo are setUID
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
pcmcia_cs_configure \
--noprompt \
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog
index e8f2c7b2c417..dfa086a50b27 100644
--- a/sys-apps/pmount/ChangeLog
+++ b/sys-apps/pmount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/pmount
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.13 2005/11/02 04:38:16 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.14 2005/12/25 15:26:53 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pmount-0.9.6.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
02 Nov 2005; Steev Klimaszewski <steev@gentoo.org> pmount-0.9.6.ebuild:
CHANGES became ChangeLog. Re-emerge if you really want to read the
diff --git a/sys-apps/pmount/pmount-0.9.6.ebuild b/sys-apps/pmount/pmount-0.9.6.ebuild
index bc21cd4cf188..15177369e509 100644
--- a/sys-apps/pmount/pmount-0.9.6.ebuild
+++ b/sys-apps/pmount/pmount-0.9.6.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/pmount/pmount-0.9.6.ebuild,v 1.3 2005/12/03 00:03:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.6.ebuild,v 1.4 2005/12/25 15:26:53 flameeyes Exp $
inherit eutils flag-o-matic
@@ -31,7 +31,7 @@ src_unpack() {
cd ${S}
sed -e 's:/sbin/cryptsetup:/bin/cryptsetup:' -i src/policy.h
- append-ldflags "-Wl,-z,now"
+ append-ldflags $(bindnow-flags)
}
src_install () {
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 6078ac5e27e0..e8b639935310 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.133 2005/12/25 02:33:52 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.134 2005/12/25 15:26:10 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ util-linux-2.12r-r2.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
25 Dec 2005; Joshua Kinard <kumba@gentoo.org> util-linux-2.12r-r1.ebuild:
Marked stable on mips.
diff --git a/sys-apps/util-linux/util-linux-2.12r-r2.ebuild b/sys-apps/util-linux/util-linux-2.12r-r2.ebuild
index c4e47af204c7..c7aaccb42f4d 100644
--- a/sys-apps/util-linux/util-linux-2.12r-r2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.12r-r2.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/util-linux/util-linux-2.12r-r2.ebuild,v 1.1 2005/12/13 03:03:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12r-r2.ebuild,v 1.2 2005/12/25 15:26:10 flameeyes Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -126,7 +126,7 @@ src_unpack() {
}
src_compile() {
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
use static && append-ldflags -static
export CC="$(tc-getCC)"