Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| de8bf6e529 | |||
| 42718c35ff |
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 06:49:35 UTC 2025 - Max Lin <mlin@suse.com>
|
||||
|
||||
- Fix build error with automake 1.18.1
|
||||
* the name of automake libdir is automake-1.18 although the version
|
||||
number is 1.18.1, use 'automake --print-libdir' to instead of
|
||||
query the rpm package version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 21:30:30 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ You may think of it as some kind of tar or rsync with versioned storage.
|
||||
%autosetup -p1
|
||||
# remove dangling symlinks
|
||||
rm config.guess config.sub
|
||||
cp -v %{_datadir}/automake-`rpm -q --queryformat %%{version} automake`/config.{guess,sub} .
|
||||
cp -v `automake --print-libdir`/config.{guess,sub} .
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
||||
Reference in New Issue
Block a user