From b07c8a3a156af9c9cbeb2faa6ea83cfe7dc3e67b Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Mar 2023 11:09:57 +0100 Subject: [PATCH] perl-WWW-Curl: Fix library permissions Signed-off-by: Stefan Schantl --- perl-WWW-Curl/perl-WWW-Curl.nm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/perl-WWW-Curl/perl-WWW-Curl.nm b/perl-WWW-Curl/perl-WWW-Curl.nm index b319eaf7a..c7b69426e 100644 --- a/perl-WWW-Curl/perl-WWW-Curl.nm +++ b/perl-WWW-Curl/perl-WWW-Curl.nm @@ -5,7 +5,7 @@ name = perl-WWW-Curl version = 4.17 -release = 2 +release = 3 thisapp = WWW-Curl-%{version} groups = Development/Libraries @@ -52,6 +52,14 @@ build make test end + make_install_targets = \ + pure_install + + install_cmds + # Set correct library permissions. + find %{BUILDROOT}%{libdir} -type f -iname "*.so" \ + -exec chmod 755 {} \; + end end packages -- 2.47.3