mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Build: workaround bug while calling parallel make from rpmbuild
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
211c944a35
commit
132b475c25
@ -692,7 +692,8 @@ export JAVA_STACK_SIZE="8m"
|
||||
# PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235
|
||||
export PATH=/usr/bin:/usr/sbin:$PATH
|
||||
%configure --with-vendor-suffix=-%{release}
|
||||
%make_build
|
||||
# -Onone is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1398405
|
||||
%make_build -Onone
|
||||
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user