Remove multithreaded

(cherry picked from commit 819809c37aea60254d5762b8ba37d8674183ebb6)
This commit is contained in:
yangcheng1203 2022-04-25 10:15:50 +08:00 committed by openeuler-sync-bot
parent 3d99b68cd2
commit 19519969ee

View File

@ -1,6 +1,6 @@
Name: guile
Version: 2.0.14
Release: 17
Release: 18
Epoch: 5
Summary: GNU's Ubiquitous Intelligent Language for Extension
License: LGPLv3+
@ -37,7 +37,7 @@ developing applications that use %{name}.
%build
%configure --disable-error-on-warning
sed -i 's|" $sys_lib_dlsearch_path "|" $sys_lib_dlsearch_path %{_libdir} "|' libtool
%make_build
make
%install
%make_install
@ -106,6 +106,9 @@ fi
%{_mandir}/man1/guile.1.gz
%changelog
* Mon Apr 25 2022 yangcheng <yangcheng87@h-partners.com> - 2.0.14-18
- Remove multithreaded builds to resolve binary bep differences
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0.14-17
- DESC: delete -S git from %autosetup, and delete BuildRequires git