]> git.pld-linux.org Git - packages/perl-X11-GUITest.git/commitdiff
pass cflags
authorJan Palus <atler@pld-linux.org>
Tue, 11 May 2021 17:18:38 +0000 (19:18 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 11 May 2021 17:18:38 +0000 (19:18 +0200)
perl-X11-GUITest.spec

index cf19948ebc2181c0b364b0be3304b2001bc7d120..ca5c27ac865d18dea75e324634ca09bb2a07acf8 100644 (file)
@@ -41,7 +41,8 @@ funkcjonalność biblioteki X.
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make}
+%{__make} \
+       OPTIMIZE="%{rpmcppflags} %{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
This page took 0.048647 seconds and 4 git commands to generate.