Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79232
Collapse All | Expand All

(-)gnutls-1.1.23-r1.ebuild.orig (-2 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.1.23-r1.ebuild,v 1.2 2005/01/24 08:22:41 trapni Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.1.23-r1.ebuild,v 1.2 2005/01/24 08:22:41 trapni Exp $
4
4
5
inherit eutils gnuconfig
5
inherit eutils gnuconfig libtool
6
6
7
DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project"
7
DESCRIPTION="A TLS 1.0 and SSL 3.0 implementation for the GNU project"
8
HOMEPAGE="http://www.gnutls.org/"
8
HOMEPAGE="http://www.gnutls.org/"
Lines 37-43 Link Here
37
#	libtasn1
37
#	libtasn1
38
#	opencdk
38
#	opencdk
39
39
40
src_compile() {
40
src_unpack() {
41
	unpack ${A}
42
41
	cd "${S}/includes/gnutls"
43
	cd "${S}/includes/gnutls"
42
	epatch "${FILESDIR}/${PN}-1.1.23-extra.h.patch" || die "Cannot patch gnutls/extra.h"
44
	epatch "${FILESDIR}/${PN}-1.1.23-extra.h.patch" || die "Cannot patch gnutls/extra.h"
43
	cd "${OLDPWD}"
45
	cd "${OLDPWD}"
Lines 45-50 Link Here
45
	# Needed for mips and probably others
47
	# Needed for mips and probably others
46
	gnuconfig_update
48
	gnuconfig_update
47
49
50
	# Needed to avoid libtool to relink some stuffs to the old .so.11 libs
51
	elibtoolize --reverse-deps
52
}
53
54
src_compile() {
48
	local myconf=""
55
	local myconf=""
49
	use crypt || myconf="${myconf} --disable-extra-pki --disable-openpgp-authentication"
56
	use crypt || myconf="${myconf} --disable-extra-pki --disable-openpgp-authentication"
50
57

Return to bug 79232