diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-06-06 21:51:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-06-06 21:51:25 +0000 |
commit | 908a26ad074554b29a63594d2ed4a09834ab7440 (patch) | |
tree | 1117ef8b23ea1f0b78b5dd87bad9a935e151009c /app-crypt | |
parent | libnss-mysql masking. (diff) | |
download | gentoo-2-908a26ad074554b29a63594d2ed4a09834ab7440.tar.gz gentoo-2-908a26ad074554b29a63594d2ed4a09834ab7440.tar.bz2 gentoo-2-908a26ad074554b29a63594d2ed4a09834ab7440.zip |
fix compile issue if heimdal is installed without existing heimdal in place. silly me.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild b/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild index 0bf10cae9be3..648e6b794c98 100644 --- a/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.4-r1.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/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild,v 1.2 2005/06/06 20:02:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild,v 1.3 2005/06/06 21:51:25 seemant Exp $ inherit libtool eutils virtualx toolchain-funcs @@ -76,7 +76,7 @@ src_compile() { # Compile the added password checker: cd ${S}/lib/kadm5 tc-export CC - ${CC} -shared -fPIC ${CFLAGS} \ + ${CC} -shared -fPIC ${CFLAGS} -I${S}/include \ -o sample_passwd_check.so sample_passwd_check.c -lcrack || \ die "Failed to compile password checker" |