diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:38:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:38:44 +0000 |
commit | 5a32ba09164a44bc6ad6546acb3fc6ce735d6de5 (patch) | |
tree | 446ea361128c42ef8d2505296e4db1701fb98839 /www-servers/thttpd | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | historical-5a32ba09164a44bc6ad6546acb3fc6ce735d6de5.tar.gz historical-5a32ba09164a44bc6ad6546acb3fc6ce735d6de5.tar.bz2 historical-5a32ba09164a44bc6ad6546acb3fc6ce735d6de5.zip |
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'www-servers/thttpd')
-rw-r--r-- | www-servers/thttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/thttpd/Manifest | 14 | ||||
-rw-r--r-- | www-servers/thttpd/thttpd-2.25b-r4.ebuild | 4 |
3 files changed, 18 insertions, 5 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/Manifest b/www-servers/thttpd/Manifest index 6262cc3f27c8..c9733dae55d3 100644 --- a/www-servers/thttpd/Manifest +++ b/www-servers/thttpd/Manifest @@ -1,4 +1,7 @@ -MD5 e3ec5fc36b84d4685d7275d2224ecbaf ChangeLog 2722 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b4bd39f8b47d42518e7d7ef6caa4d5a6 ChangeLog 2858 MD5 1e6cbba778f6846533ae1d69310e0c4e files/digest-thttpd-2.25b 64 MD5 1e6cbba778f6846533ae1d69310e0c4e files/digest-thttpd-2.25b-r1 64 MD5 6f77a5ae06c1e805c8ba4f18ef210040 files/digest-thttpd-2.25b-r2 126 @@ -17,5 +20,12 @@ MD5 4a186842848d9c384e2d12785ba426bc metadata.xml 165 MD5 9638e3f16ce376f6259c3963fe78da43 thttpd-2.25b-r1.ebuild 1234 MD5 3275e777a332a1525de88c1b458009c5 thttpd-2.25b-r2.ebuild 2088 MD5 d8de2aefcaa09167a51a9b1451cfa21d thttpd-2.25b-r3.ebuild 2155 -MD5 96e5373436b8c1fa35a5ad5fa4a41ed0 thttpd-2.25b-r4.ebuild 1331 +MD5 23f01b0ccb9a3be3ca8059406fc84c6f thttpd-2.25b-r4.ebuild 1343 MD5 9938eaae4deb104a092e8b4fc966a692 thttpd-2.25b.ebuild 1186 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDrr0QAiZjviIA2XgRAvHnAJ4777jXSRy5AkNDCrUEcEJ08cHslwCgtr// +R2NQ5A7uIsUyVXBdRcy9XaA= +=fU/6 +-----END PGP SIGNATURE----- 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" |