[packages/perl-File-RsyncP] pass c compiler and flags

atler atler at pld-linux.org
Mon Aug 17 19:21:10 CEST 2026


commit 0e61946902823b098c056e752e842d7e28017d0b
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Aug 17 19:10:33 2026 +0200

    pass c compiler and flags

 perl-File-RsyncP.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/perl-File-RsyncP.spec b/perl-File-RsyncP.spec
index d4d9b7c..d0becdc 100644
--- a/perl-File-RsyncP.spec
+++ b/perl-File-RsyncP.spec
@@ -59,7 +59,9 @@ i rsyncd.
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
 
-%{__make} -j1
+%{__make} -j1 \
+	CC="%{__cc}" \
+	OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-File-RsyncP.git/commitdiff/bc62cbfd537422e3eb40c772bf64f54e06ac4d99



More information about the pld-cvs-commit mailing list