Commit a65e93f
committed
spec: serialize make install to avoid libtool relink races
Libtool relinks sssdlib modules against pkglib libraries during install.
With parallel install, the relink can run before the target libraries
are in place, causing missing .so files in the buildroot.
Use -j1 for the install phase to guarantee correct ordering.
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>1 parent a7395b9 commit a65e93f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
543 | 546 | | |
544 | 547 | | |
545 | 548 | | |
| |||
0 commit comments