summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:38:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:38:44 +0000
commit5d847e0b652e0d4bc634a3c6fe8e73bc0543ca51 (patch)
treef453ee5337814d5f95c4ae53edb51d99d93f5127 /www-servers/thttpd
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadgentoo-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 'www-servers/thttpd')
-rw-r--r--www-servers/thttpd/ChangeLog5
-rw-r--r--www-servers/thttpd/thttpd-2.25b-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog
index 6085f98d1d69..f01e0db92f81 100644
--- a/www-servers/thttpd/ChangeLog
+++ b/www-servers/thttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/thttpd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.11 2005/11/29 04:11:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.12 2005/12/25 15:38:44 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> thttpd-2.25b-r4.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
29 Nov 2005; Jeroen Roovers <jer@gentoo.org> thttpd-2.25b-r4.ebuild:
Marked ~hppa wrt bug 109189.
diff --git a/www-servers/thttpd/thttpd-2.25b-r4.ebuild b/www-servers/thttpd/thttpd-2.25b-r4.ebuild
index bf75fe2c9741..711352fd35a1 100644
--- a/www-servers/thttpd/thttpd-2.25b-r4.ebuild
+++ b/www-servers/thttpd/thttpd-2.25b-r4.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/www-servers/thttpd/thttpd-2.25b-r4.ebuild,v 1.3 2005/11/29 04:11:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r4.ebuild,v 1.4 2005/12/25 15:38:44 flameeyes Exp $
inherit eutils flag-o-matic
@@ -24,7 +24,7 @@ src_unpack() {
src_compile() {
## TODO: what to do with IPv6?
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
use static && append-ldflags -static
econf || die "econf failed"