diff options
Diffstat (limited to 'sys-apps/systemd/systemd-208-r2.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-208-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-208-r2.ebuild b/sys-apps/systemd/systemd-208-r2.ebuild index 36d967cb2af9..16455481ae9c 100644 --- a/sys-apps/systemd/systemd-208-r2.ebuild +++ b/sys-apps/systemd/systemd-208-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.5 2013/11/13 04:16:45 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.6 2013/11/16 13:40:35 mgorny Exp $ EAPI=5 @@ -232,6 +232,10 @@ multilib_src_test() { multilib_src_install() { local mymakeopts=( + # automake fails with parallel libtool relinking + # https://bugs.gentoo.org/show_bug.cgi?id=491398 + -j1 + udevlibexecdir="${MY_UDEVDIR}" dist_udevhwdb_DATA= DESTDIR="${D}" |