Serial make build process
Resolves: RHEL-56628
This commit is contained in:
parent
9b9b077287
commit
7814fdf46d
@ -3,7 +3,7 @@
|
|||||||
Summary: ECPG - Embedded SQL in C
|
Summary: ECPG - Embedded SQL in C
|
||||||
Name: libecpg
|
Name: libecpg
|
||||||
Version: %majorversion.1
|
Version: %majorversion.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
License: PostgreSQL
|
License: PostgreSQL
|
||||||
Url: http://www.postgresql.org/
|
Url: http://www.postgresql.org/
|
||||||
@ -81,7 +81,7 @@ find . -type f -name .gitignore | xargs rm
|
|||||||
--without-readline \
|
--without-readline \
|
||||||
--datadir=%_datadir/pgsql
|
--datadir=%_datadir/pgsql
|
||||||
|
|
||||||
%make_build -C "src/interfaces/ecpg"
|
%make_build -C "src/interfaces/ecpg" -j1
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -132,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 29 2024 Pavel Raiskup <praiskup@redhat.com> - 16.1-5
|
||||||
|
- make the build deterministic by serial make process
|
||||||
|
|
||||||
* Mon Aug 26 2024 Pavel Raiskup <praiskup@redhat.com> - 16.1-4
|
* Mon Aug 26 2024 Pavel Raiskup <praiskup@redhat.com> - 16.1-4
|
||||||
- rebuild in Konflux
|
- rebuild in Konflux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user