fix build error(automake 1.17)

Signed-off-by: liweigang <liweiganga@uniontech.com>
(cherry picked from commit 719116d89a766b32cfa3ef08e5d131cb3fa0748f)
This commit is contained in:
liweigang 2024-07-19 15:33:57 +08:00 committed by openeuler-sync-bot
parent be7a423d02
commit b0b015df0e

View File

@ -1,6 +1,6 @@
Name: guile Name: guile
Version: 2.2.7 Version: 2.2.7
Release: 4 Release: 5
Epoch: 5 Epoch: 5
Summary: GNU's Ubiquitous Intelligent Language for Extension Summary: GNU's Ubiquitous Intelligent Language for Extension
License: LGPLv3+ License: LGPLv3+
@ -42,6 +42,7 @@ developing applications that use %{name}.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf -fiv
%configure --disable-error-on-warning %configure --disable-error-on-warning
sed -i 's|" $sys_lib_dlsearch_path "|" $sys_lib_dlsearch_path %{_libdir} "|' libtool sed -i 's|" $sys_lib_dlsearch_path "|" $sys_lib_dlsearch_path %{_libdir} "|' libtool
%make_build %make_build
@ -112,6 +113,10 @@ fi
%{_mandir}/man1/guile.1.gz %{_mandir}/man1/guile.1.gz
%changelog %changelog
* Fri Jul 19 2024 liweigang <liweiganga@uniontech.com> - 5:2.2.7-5
- fix build error(automake 1.17)
- regenerate configure file
* Wed Jan 03 2024 konglidong <konglidong@uniontech.com> - 2.2.7-4 * Wed Jan 03 2024 konglidong <konglidong@uniontech.com> - 2.2.7-4
- fix bad macro expansion in changelog - fix bad macro expansion in changelog