From 189dcf727c5402cc756267247e770b66458cebaa Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Mon, 29 Jan 2007 10:16:52 +0000 Subject: sys-auth/pam_sha512: add some quotes svn path=/sunrise/; revision=2865 --- sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild') diff --git a/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild b/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild index 0a09cbf26..6952eebe7 100644 --- a/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild +++ b/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild @@ -19,8 +19,8 @@ RDEPEND="${DEPEND} src_compile() { append-flags "-fPIC -c -Wall -Wformat-security" - emake CC=$(tc-getCC) \ - LD=$(tc-getLD) \ + emake CC="$(tc-getCC)" \ + LD="$(tc-getLD)" \ CFLAGS="${CFLAGS}" || die "emake failed" # CFLAGS="${CFLAGS}" is required } -- cgit v1.2.3-18-g5258