diff options
author | 2013-11-16 13:40:40 +0000 | |
---|---|---|
committer | 2013-11-16 13:40:40 +0000 | |
commit | aa6089a724c7c8fa9424dcccf12024e850daa52f (patch) | |
tree | a36b046acaa106b90d9152cba71e22f651ba975d /sys-apps/systemd/systemd-208-r2.ebuild | |
parent | Cleanup. (diff) | |
download | historical-aa6089a724c7c8fa9424dcccf12024e850daa52f.tar.gz historical-aa6089a724c7c8fa9424dcccf12024e850daa52f.tar.bz2 historical-aa6089a724c7c8fa9424dcccf12024e850daa52f.zip |
Force non-parallel install to avoid triggering automake bugs, bug #491398.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
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}" |