forked from pool/perl-Convert-UUlib
Accepting request 1281154 from home:pgajdos
- -std=gnu11 to fix build with gcc15 - modified sources % cpanspec.yml OBS-URL: https://build.opensuse.org/request/show/1281154 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=43
This commit is contained in:
@@ -63,7 +63,8 @@ this document and especially the non-trivial decoder program at the end.
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
# https://bugzilla.redhat.com/show_bug.cgi/show_bug.cgi?id=2341023
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
|
Reference in New Issue
Block a user