2 Commits

Author SHA256 Message Date
e6450bc906 Merge pull request 'Fix Leap 16.0 build' (#1) from mlin7442/fsvs:leap-16.0 into leap-16.0
Reviewed-on: #1
2025-08-27 16:40:21 +02:00
d5b64fb742 Fix Leap 16.0 build 2025-08-20 18:58:44 +08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -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>

View File

@@ -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