diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-07 17:04:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-07 17:04:23 +0000 |
commit | ab2ef0ff065b6e5f5b844c839ee1dbb553a8922e (patch) | |
tree | 4ab55d56af77c7921592a7b3721ce85a6f06e1d9 /net-nntp | |
parent | Version bump (fixes bug #220030). Dropped old versions. (diff) | |
download | gentoo-2-ab2ef0ff065b6e5f5b844c839ee1dbb553a8922e.tar.gz gentoo-2-ab2ef0ff065b6e5f5b844c839ee1dbb553a8922e.tar.bz2 gentoo-2-ab2ef0ff065b6e5f5b844c839ee1dbb553a8922e.zip |
Remove filtering of --as-needed (it's not a fix) and appending of bindnow-flags (deprecated). Run elibtoolize in src_unpack rather than src_compile.
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/inn/ChangeLog | 7 | ||||
-rw-r--r-- | net-nntp/inn/inn-2.4.3-r1.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net-nntp/inn/ChangeLog b/net-nntp/inn/ChangeLog index 0943f8bad233..ec8b7c10cef0 100644 --- a/net-nntp/inn/ChangeLog +++ b/net-nntp/inn/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nntp/inn # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.21 2008/01/26 07:51:36 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.22 2008/06/07 17:04:23 flameeyes Exp $ + + 07 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> inn-2.4.3-r1.ebuild: + Remove filtering of --as-needed (it's not a fix) and appending of + bindnow-flags (deprecated). Run elibtoolize in src_unpack rather than + src_compile. 26 Jan 2008; Ulrich Mueller <ulm@gentoo.org> -files/2.4.1-berkdb.patch, -inn-2.4.1.ebuild, -inn-2.4.3.ebuild: diff --git a/net-nntp/inn/inn-2.4.3-r1.ebuild b/net-nntp/inn/inn-2.4.3-r1.ebuild index c34ad29680fb..7f1f3ee2dc15 100644 --- a/net-nntp/inn/inn-2.4.3-r1.ebuild +++ b/net-nntp/inn/inn-2.4.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.3-r1.ebuild,v 1.4 2008/01/25 22:05:29 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.3-r1.ebuild,v 1.5 2008/06/07 17:04:23 flameeyes Exp $ WANT_AUTOCONF="2.1" -inherit fixheadtails ssl-cert eutils multilib libtool flag-o-matic autotools +inherit fixheadtails ssl-cert eutils multilib libtool autotools DESCRIPTION="The Internet News daemon, fully featured NNTP server" HOMEPAGE="http://www.isc.org/products/INN" @@ -46,14 +46,11 @@ src_unpack() { # Fixes problems with the test suite. epatch "${FILESDIR}/${P}-runtests.patch" -} -src_compile() { elibtoolize +} - filter-ldflags -Wl,--as-needed - append-ldflags $(bindnow-flags) - +src_compile() { econf \ --prefix=/usr/$(get_libdir)/news \ --mandir=/usr/share/man \ |