]> git.pld-linux.org Git - packages/perl-Glib.git/commitdiff
- add CC to %{__make}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:38:38 +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-Glib.spec -> 1.54

perl-Glib.spec

index 86ce60fc2b5e0198906efeba15737746db17b3ec..35ea561df6c0103b9809f4842f5ae65a0e9e761f 100644 (file)
@@ -37,6 +37,7 @@ Ten moduł daje dostęp z poziomu Perla do bibliotek GLib i GObject.
        INSTALLDIRS=vendor
 
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
This page took 0.153721 seconds and 4 git commands to generate.