fix build error(automake 1.17)
Signed-off-by: liweigang <liweiganga@uniontech.com> (cherry picked from commit 719116d89a766b32cfa3ef08e5d131cb3fa0748f)
This commit is contained in:
parent
be7a423d02
commit
b0b015df0e
@ -1,6 +1,6 @@
|
||||
Name: guile
|
||||
Version: 2.2.7
|
||||
Release: 4
|
||||
Release: 5
|
||||
Epoch: 5
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
License: LGPLv3+
|
||||
@ -42,6 +42,7 @@ developing applications that use %{name}.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --disable-error-on-warning
|
||||
sed -i 's|" $sys_lib_dlsearch_path "|" $sys_lib_dlsearch_path %{_libdir} "|' libtool
|
||||
%make_build
|
||||
@ -112,6 +113,10 @@ fi
|
||||
%{_mandir}/man1/guile.1.gz
|
||||
|
||||
%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
|
||||
- fix bad macro expansion in changelog
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user