]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-Random.git/commitdiff
- add CC to %{__make}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:38:35 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  grep OPTIMIZE= perl-* -l|xargs grep -c CC=|grep :0|cut -d: -f1|xargs sed -i -e '/%{__make} \\$/a\\tCC="%{__cc}" \\'

Changed files:
    perl-Crypt-OpenSSL-Random.spec -> 1.24

perl-Crypt-OpenSSL-Random.spec

index cf9d65d2941b3133989b525f30458dc2b481f65d..b6b2506a0492d680291199c501499cc304cb5f36 100644 (file)
@@ -35,6 +35,7 @@ generatora liczb pseudolosowych z biblioteki OpenSSL.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.115054 seconds and 4 git commands to generate.