8
0

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:
2025-06-02 07:23:35 +00:00
committed by Git OBS Bridge
parent b64c3198e5
commit b9c975dca9
3 changed files with 13 additions and 3 deletions

View File

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