From 694f565a4e6a4dcd5adf9ed4939629d94121b82a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 May 2024 11:04:09 +0200 Subject: Use a more generic compiler for cpan testers Else it fails to link on eg FreeBSD Likewise linux32 isn't available there --- t/data/SPECS/i586-to-i686/libfoobar.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 't/data') diff --git a/t/data/SPECS/i586-to-i686/libfoobar.spec b/t/data/SPECS/i586-to-i686/libfoobar.spec index 891d2e98..035ce9ca 100644 --- a/t/data/SPECS/i586-to-i686/libfoobar.spec +++ b/t/data/SPECS/i586-to-i686/libfoobar.spec @@ -1,5 +1,5 @@ -# rpmbuild -ba libfoobar.spec --target i586 -# rpmbuild -ba libfoobar.spec --target i686 +# linux32 rpmbuild -ba libfoobar.spec --target i586 +# linux32 rpmbuild -ba libfoobar.spec --target i686 # we could build with -static but then pkg goes up from 8.5kb to 280Kb: %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}libc.so @@ -13,7 +13,8 @@ License: x cat > t.c <