mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
sys-fs/xfsprogs: Get rid of parallel install bug.
Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -87,7 +87,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DIST_ROOT="${ED}" install{,-dev}
|
||||
emake DIST_ROOT="${ED}" install
|
||||
# parallel install fails on this target for >=xfsprogs-3.2.0
|
||||
emake -j1 DIST_ROOT="${ED}" install-dev
|
||||
|
||||
# handle is for xfsdump, the rest for xfsprogs
|
||||
gen_usr_ldscript -a xfs xlog
|
||||
|
||||
Reference in New Issue
Block a user