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

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- app-crypt/truecrypt/truecrypt-4.3a.ebuild
0
++ app-crypt/truecrypt/truecrypt-4.3a.ebuild
Lines 46-51 Link Here
46
46
47
	einfo "Building truecrypt utility"
47
	einfo "Building truecrypt utility"
48
	cd "${S}/Linux/Cli"
48
	cd "${S}/Linux/Cli"
49
	export EXTRA_CFLAGS="${CFLAGS}"
50
	export EXTRA_LFLAGS="${LDFLAGS}"
49
	MAKEOPTS="-j1" emake all NO_STRIP=1 NO_WARNINGS=1 CC="$(tc-getCC)" || die "Compile and/or linking of TrueCrypt Linux CLI application failed."
51
	MAKEOPTS="-j1" emake all NO_STRIP=1 NO_WARNINGS=1 CC="$(tc-getCC)" || die "Compile and/or linking of TrueCrypt Linux CLI application failed."
50
}
52
}
51
53

Return to bug 181433