Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269745 | Differences between
and this patch

Collapse All | Expand All

(-)pam_ssh-1.92.ebuild.old (-1 / +7 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/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.21 2009/03/15 16:55:46 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.92.ebuild,v 1.21 2009/03/15 16:55:46 ranger Exp $
4
4
5
inherit pam eutils
5
inherit pam eutils toolchain-funcs autotools
6
6
7
DESCRIPTION="Uses ssh-agent to provide single sign-on"
7
DESCRIPTION="Uses ssh-agent to provide single sign-on"
8
HOMEPAGE="http://pam-ssh.sourceforge.net/"
8
HOMEPAGE="http://pam-ssh.sourceforge.net/"
Lines 26-31 Link Here
26
26
27
	epatch "${FILESDIR}/${PN}-1.91-debian.patch" #105546
27
	epatch "${FILESDIR}/${PN}-1.91-debian.patch" #105546
28
	epatch "${FILESDIR}/${PN}-1.91-syslog.patch" # glibc-2.4
28
	epatch "${FILESDIR}/${PN}-1.91-syslog.patch" # glibc-2.4
29
	if tc-is-cross-compiler ; then
30
		# Remove RSA tests, they useless because rsa support included in openssl
31
		export ac_cv_openssldir="(system)"
32
		epatch "${FILESDIR}/${PN}-1.92-remove-rsa-tests.patch"
33
		eautoreconf
34
	fi
29
}
35
}
30
36
31
src_compile() {
37
src_compile() {

Return to bug 269745