summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:22:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:22:59 +0000
commitd03921eeba6db0077652e02008ee91c544a78d41 (patch)
tree3fe6e67106396cb3b6e02eb5c3c233aa0e0b3a2c
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadgentoo-2-d03921eeba6db0077652e02008ee91c544a78d41.tar.gz
gentoo-2-d03921eeba6db0077652e02008ee91c544a78d41.tar.bz2
gentoo-2-d03921eeba6db0077652e02008ee91c544a78d41.zip
Use bindnow-flags function instead of -Wl,-z,now. Change root.root ownership to root:0.
(Portage version: 2.1_pre2)
-rw-r--r--net-nntp/inn/ChangeLog6
-rw-r--r--net-nntp/inn/inn-2.4.1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/net-nntp/inn/ChangeLog b/net-nntp/inn/ChangeLog
index c81e9e851abe..d938db5860ec 100644
--- a/net-nntp/inn/ChangeLog
+++ b/net-nntp/inn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nntp/inn
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.5 2005/12/16 12:09:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.6 2005/12/25 15:22:59 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> inn-2.4.1.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now. Change root.root ownership
+ to root:0.
16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> inn-2.4.1.ebuild:
Remove --with-gnu-ld option, bug #108386.
diff --git a/net-nntp/inn/inn-2.4.1.ebuild b/net-nntp/inn/inn-2.4.1.ebuild
index 3471c3c9f4e0..85ac37c31484 100644
--- a/net-nntp/inn/inn-2.4.1.ebuild
+++ b/net-nntp/inn/inn-2.4.1.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/net-nntp/inn/inn-2.4.1.ebuild,v 1.3 2005/12/16 12:09:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.1.ebuild,v 1.4 2005/12/25 15:22:59 flameeyes Exp $
inherit fixheadtails ssl-cert eutils libtool flag-o-matic
@@ -26,8 +26,6 @@ DEPEND="${RDEPEND}
sys-devel/libtool
>=sys-apps/sed-4"
-append-ldflags -Wl,-z,now
-
src_unpack() {
unpack ${A}
cd ${S}
@@ -50,6 +48,8 @@ src_unpack() {
}
src_compile() {
+ append-ldflags $(bindnow-flags)
+
econf \
--prefix=/usr/lib/news \
--mandir=/usr/share/man \
@@ -84,7 +84,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} P="" install || die "make install failed"
- chown -R root.root ${D}/usr/{lib/news/{lib,include},share/{doc,man}}
+ chown -R root:0 ${D}/usr/{lib/news/{lib,include},share/{doc,man}}
chmod 644 ${D}/etc/news/*
for file in control.ctl expire.ctl incoming.conf nntpsend.ctl passwd.nntp readers.conf
do