diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-12-23 13:39:10 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-12-23 13:39:10 +0000 |
commit | f2ce21e9f1f0e1c44099a667977604636e262ad4 (patch) | |
tree | e7cc726507644d7ff00bdc399ff4afc8f74b23e4 /net-libs/gnutls | |
parent | Initial commit. (Manifest recommit) (diff) | |
download | gentoo-2-f2ce21e9f1f0e1c44099a667977604636e262ad4.tar.gz gentoo-2-f2ce21e9f1f0e1c44099a667977604636e262ad4.tar.bz2 gentoo-2-f2ce21e9f1f0e1c44099a667977604636e262ad4.zip |
Fix compilation with included minilzo, bug 64622
Diffstat (limited to 'net-libs/gnutls')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-1.0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index 81791a2a90a8..1a6a451af264 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gnutls # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.37 2004/09/26 05:19:57 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.38 2004/12/23 13:39:10 dsd Exp $ + + 23 Dec 2004; Daniel Drake <dsd@gentoo.org> gnutls-1.0.17.ebuild: + Fix compilation with included minilzo, bug 64622 26 Sep 2004; Tom Gall <tgall@gentoo.org> gnutls-1.0.17.ebuild: stable on ppc64, bug #59231 diff --git a/net-libs/gnutls/gnutls-1.0.17.ebuild b/net-libs/gnutls/gnutls-1.0.17.ebuild index d46cb065cf7e..59a62d9d7d41 100644 --- a/net-libs/gnutls/gnutls-1.0.17.ebuild +++ b/net-libs/gnutls/gnutls-1.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.17.ebuild,v 1.14 2004/11/09 22:26:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.17.ebuild,v 1.15 2004/12/23 13:39:10 dsd Exp $ inherit eutils gnuconfig @@ -51,7 +51,7 @@ src_compile() { econf \ `use_with zlib` \ - --with-included-minilzo \ + --with-included-lzo \ --with-included-libtasn1 \ ${myconf} || die emake || die |