diff options
Diffstat (limited to 'sys-process/audit/audit-1.7.4.ebuild')
-rw-r--r-- | sys-process/audit/audit-1.7.4.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-process/audit/audit-1.7.4.ebuild b/sys-process/audit/audit-1.7.4.ebuild index 3ae9820359d2..bd91b089bf4d 100644 --- a/sys-process/audit/audit-1.7.4.ebuild +++ b/sys-process/audit/audit-1.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.4 2010/10/15 21:15:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.5 2011/01/25 03:52:32 robbat2 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -69,6 +69,10 @@ src_prepare() { # Disable byte-compilation of Python modules. echo "#!/bin/sh" > py-compile + + # Bug 352198: Avoid parallel build fail + cd "${S}"/src/mt + [[ ! -s private.h ]] && ln -s ../../lib/private.h . } src_configure() { |